|
ThemeFiles
How the templating system works
Phase-Deploy The theme files are stored in a theme folder inside the evn_themes/ folder. The demo site theme is stored in the default/ folder. These files have a fixed name:
These files cannot be renamed. You must use evn__main.php and evn__404.php, but you can remove any reference to evn__footer.php, evn__header.php and evn__sidebar.php and use only evn__main.php for the structure of your page. In this folder are also stored the needed CSS files and the images. The folder is accessible via HTTP. To change the active theme, modify the $config['evn_active_theme'] value in application/config/evinrude.php line 17 |
► Sign in to add a comment