0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
config
/
[
Home
]
File: site_theme_paths.php
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); /* you can override system layouts here - but we're not going to by default For example: if you would like to theme your login page with the Green Salad theme, you would uncomment the lines below and change the second argument of setThemeByPath to be the handle of the the Green Salad theme "greensalad" */ /* $v = View::getInstance(); $v->setThemeByPath('/login', "yourtheme"); $v->setThemeByPath('/page_forbidden', "yourtheme"); $v->setThemeByPath('/register', "yourtheme"); */