Theme Not Displaying?

Permalink
Hello, I'm using the new Foundation 4 CSS Framework for my new site, but the theme won't display? I have used this CSS with another site but it isn't displaying correctly, in fact it isn't displaying at all. I have all of the following php snippets included in the document in the appropriate places, and there's still nothing. Help!

<?php Loader::element('header_required'); ?>
<?php Loader::element('footer_required'); ?>
<?php $a = new Area('Window'); $a-> display($c); ?>

 
jordif replied on at Permalink Reply
jordif
Hello,

you mean you have made the theme yourself (i.e you have converted a foundation framework template into a c5 theme)? If this is your first theme, you should take a look at the following tutorials (they're quick and easy to follow):

http://www.concrete5.org/documentation/how-tos/designers/make-a-the...
http://www.concrete5.org/documentation/how-tos/designers/making-a-t...

Otherwise, it's hard to guess why your theme isn't displaying (with no sample code or demo site to look at).

jordi