concrete5 :: Themes: "Typically a developer will chop their design into static HTML files with a few images and layout directories as a first step. With concrete5 the whole directory structure can be dumped wholesale into a new theme directory and quickly added to the site.
Chop your site into a working HTML directory.
For every page type in this theme, create a "my_page_type.php" template file in the directory.
In the of the template before the CSS add
Loader::element('header_required');
and right before the closing body tag add
Loader::element('footer_required');
add all JS in your theme after the footer element, and all CSS after the header element.
Within this template, make sure all stylesheets in your theme are referenced with
"
'via Blog this'
No comments:
Post a Comment