aboutsummaryrefslogtreecommitdiffstats
path: root/admin/intro.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-03-13 23:37:34 +0000
committerplegall <plg@piwigo.org>2009-03-13 23:37:34 +0000
commitab6f96964aef65c6c284501ac2027eb4435a1bfc (patch)
tree4e0be73c485e2a5c87d3ea0b8aa11ffc4928f770 /admin/intro.php
parent497e753bcf4208e1adc457dbc0f406b923594343 (diff)
bug 926 fixed: change links to piwigo.org so that they go to existing URLs.
new: if the current language is french, the links go to fr.piwigo.org insted. git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/intro.php')
-rw-r--r--admin/intro.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/intro.php b/admin/intro.php
index 9d37a1b30..98ee92f26 100644
--- a/admin/intro.php
+++ b/admin/intro.php
@@ -182,6 +182,7 @@ list($nb_comments) = mysql_fetch_row(pwg_query($query));
$template->assign(
array(
+ 'PHPWG_URL' => PHPWG_URL,
'PWG_VERSION' => PHPWG_VERSION,
'OS' => PHP_OS,
'PHP_VERSION' => phpversion(),