Changeset 420:41e165ab47c8 for inc/public
- Timestamp:
- 06/27/11 16:42:46 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/prepend.php
r270 r420 113 113 $core->themes->loadNsFile($__theme,'public'); 114 114 115 # Loading translations for selected theme 116 if ($__parent_theme) { 117 $core->themes->loadModuleL10N($__parent_theme,$_lang,'main'); 118 } 119 $core->themes->loadModuleL10N($__theme,$_lang,'main'); 120 115 121 # --BEHAVIOR-- publicPrepend 116 122 $core->callBehavior('publicPrepend',$core);
Note: See TracChangeset
for help on using the changeset viewer.