feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.

git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-12-14 13:55:37 +00:00
parent 480fb5c2d9
commit 8b4e1c2b4b
27 changed files with 73 additions and 74 deletions

View File

@@ -353,7 +353,6 @@ class Template {
}
$this->smarty->assign( 'ROOT_URL', get_root_url() );
$this->smarty->assign( 'TAG_INPUT_ENABLED', '');
$save_compile_id = $this->smarty->compile_id;
$this->load_external_filters($handle);