Admin template wigo/ start of transfers of tpl files (related php)

git-svn-id: http://piwigo.org/svn/trunk@2529 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-09-14 00:38:45 +00:00
parent abe3871db0
commit 4d37c48b3c
+1 -1
View File
@@ -116,7 +116,7 @@ else if (isset($_GET['action']) and 'phpinfo' == $_GET['action'])
// | template init |
// +-----------------------------------------------------------------------+
$template->set_filenames(array('intro' => 'admin/intro.tpl'));
$template->set_filenames(array('intro' => 'intro.tpl'));
$php_current_timestamp = date("Y-m-d H:i:s");
list($mysql_version, $db_current_timestamp) = mysql_fetch_row(pwg_query('SELECT VERSION(), CURRENT_TIMESTAMP;'));