diff options
author | friendica <info@friendica.com> | 2012-08-22 19:51:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-22 19:51:08 -0700 |
commit | a9dabd8eb918436b57d9263ad3d635774455f28f (patch) | |
tree | 9f6a3c9fc4eaf3b48f4f953dcff8f09bac66f2c4 /index.php | |
parent | 136380fedec2037f004d6db2ff5384228797b3ee (diff) | |
download | volse-hubzilla-a9dabd8eb918436b57d9263ad3d635774455f28f.tar.gz volse-hubzilla-a9dabd8eb918436b57d9263ad3d635774455f28f.tar.bz2 volse-hubzilla-a9dabd8eb918436b57d9263ad3d635774455f28f.zip |
per module code file for themes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -324,6 +324,10 @@ if($a->module != 'install') { require_once(theme_include('theme_init.php')); + +if(($p = theme_include('mod_' . $a->module . '.php')) != '') + require_once($p); + require_once('include/js_strings.php'); head_add_css(((x($a->page,'template')) ? $a->page['template'] : 'default' ) . '.css'); |