Changeset 3405
- Timestamp:
- 2006/08/31 09:25:31 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/design/subnavi.tpl (modified) (previous)
-
html/admin/design/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/template.php
r3404 r3405 60 60 } 61 61 $objPage->tpl_subno_template = $tpl_subno_template; 62 $ template_name = $objPage->arrSubnavi['name'][array_keys($objPage->arrSubnavi['title'], $tpl_subno_template)];63 $objPage->template_name = $ template_name;62 $key = array_keys($objPage->arrSubnavi['title'], $tpl_subno_template); 63 $objPage->template_name = $objPage->arrSubnavi['name'][$key[0]]; 64 64 65 65 sfprintr(array_keys($objPage->arrSubnavi['title'], $tpl_subno_template));
Note: See TracChangeset
for help on using the changeset viewer.
