aboutsummaryrefslogtreecommitdiffstats
path: root/admin/intro.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-14 00:38:45 +0000
committervdigital <vdigital@piwigo.org>2008-09-14 00:38:45 +0000
commit4d37c48b3cc29f039c46a2b3fb0c4cf3ccbae851 (patch)
tree32a923ee5c1a531f23f4cc46c136c52f4a3f5f21 /admin/intro.php
parentabe3871db0920c32ddcd9353dfcd9786bed20d98 (diff)
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
Diffstat (limited to 'admin/intro.php')
-rw-r--r--admin/intro.php2
1 files changed, 1 insertions, 1 deletions
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;'));