fixes #1930 remove search_rules

This commit is contained in:
plegall
2023-06-27 15:20:41 +02:00
parent fdabd4a988
commit 0534202c40
5 changed files with 1 additions and 247 deletions
+1 -2
View File
@@ -90,7 +90,6 @@ $eligible_templates = array(
'redirect.tpl' => 'redirect',
'register.tpl' => 'register',
'search.tpl' => 'search',
'search_rules.tpl' => 'search_rules',
'slideshow.tpl' => 'slideshow',
'tags.tpl' => 'tags',
'thumbnails.tpl' => 'index_thumbnails',
@@ -187,4 +186,4 @@ foreach ($tpl_extension as $file => $conditions)
$template->assign('ADMIN_PAGE_TITLE', l10n('Extend for templates'));
$template->assign_var_from_handle('ADMIN_CONTENT', 'extend_for_templates');
?>
?>