- first smarty use ... (in admin.php and admin plugins page)

git-svn-id: http://piwigo.org/svn/trunk@2216 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-02-27 02:31:51 +00:00
parent 01687607ec
commit 75bb450a6e
81 changed files with 11796 additions and 121 deletions
+3 -2
View File
@@ -31,7 +31,7 @@
* are quite similar.
*/
class Template {
class TemplateOld {
var $classname = "Template";
@@ -65,7 +65,7 @@ class Template {
* Constructor. Simply sets the root dir.
*
*/
function Template($root = ".", $theme= "")
function TemplateOld($root = ".", $theme= "")
{
if ( $this->set_rootdir($root) )
{
@@ -657,4 +657,5 @@ class Template {
}
}
include_once(PHPWG_ROOT_PATH.'include/template.class.php');
?>