Index: /temp/trunk/html/admin/design/template.php
===================================================================
--- /temp/trunk/html/admin/design/template.php	(revision 3404)
+++ /temp/trunk/html/admin/design/template.php	(revision 3405)
@@ -60,6 +60,6 @@
 }
 $objPage->tpl_subno_template = $tpl_subno_template;
-$template_name = $objPage->arrSubnavi['name'][array_keys($objPage->arrSubnavi['title'], $tpl_subno_template)];
-$objPage->template_name = $template_name;
+$key = array_keys($objPage->arrSubnavi['title'], $tpl_subno_template);
+$objPage->template_name = $objPage->arrSubnavi['name'][$key[0]];
 
 sfprintr(array_keys($objPage->arrSubnavi['title'], $tpl_subno_template));
