From 4d37c48b3cc29f039c46a2b3fb0c4cf3ccbae851 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 00:38:45 +0000 Subject: 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 --- admin/intro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/intro.php b/admin/intro.php index ed378d2d5..1e1b75f45 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -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;')); -- cgit v1.2.3