mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
- 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:
@@ -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');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user