Index: units/categories/categories_tag_processor.php =================================================================== --- units/categories/categories_tag_processor.php (revision 13571) +++ units/categories/categories_tag_processor.php (working copy) @@ -118,7 +118,7 @@ { $object =& $this->getObject($params); /* @var $object kDBItem */ - + $ci_table = $this->Application->getUnitOption('ci', 'TableName'); $sql = 'SELECT COUNT(*) @@ -1430,14 +1430,13 @@ 'front' => 1, '__URLENCODE__' => 1, '__NO_REWRITE__'=> 1, - 'escape' => 1, 'index_file' => 'index.php', ); $edit_url = $this->Application->HREF('categories/categories_edit', ADMIN_DIRECTORY, $url_params); $edit_btn .= ' -
+
@@ -1445,7 +1444,7 @@
' . "\n"; } elseif (EDITING_MODE == EDITING_MODE_DESIGN) { $url_params = Array( - 'pass' => 'm,theme', + 'pass' => 'm,theme,theme-file', 'm_opener' => 'd', 'theme_id' => $this->Application->GetVar('m_theme'), 'theme_mode' => 't', @@ -1454,7 +1453,6 @@ 'front' => 1, '__URLENCODE__' => 1, '__NO_REWRITE__'=> 1, - 'escape' => 1, 'index_file' => 'index.php', ); @@ -1476,7 +1474,7 @@
-
+