Changeset 3405


Ignore:
Timestamp:
2006/08/31 09:25:31 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r3404 r3405  
    6060} 
    6161$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]]; 
    6464 
    6565sfprintr(array_keys($objPage->arrSubnavi['title'], $tpl_subno_template)); 
Note: See TracChangeset for help on using the changeset viewer.