aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-20 23:14:30 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-20 23:14:30 +0000
commit6e51794b3f225a01f221fcc198b7c802b70ff987 (patch)
tree53b2d672dab4ac0ad20f3bbb4b42b200ae030662 /about.php
parentaf78fa6193f7fec2bad09315aa1fb512d3c9a6fc (diff)
feature 1522: Move local css local files and local language files to local directory.
Add $conf['template_force_compile'] to help developpers. git-svn-id: http://piwigo.org/svn/trunk@5208 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index 966ca2100..c3958a5ec 100644
--- a/about.php
+++ b/about.php
@@ -39,7 +39,7 @@ $page['body_id'] = 'theAboutPage';
include(PHPWG_ROOT_PATH.'include/page_header.php');
/**
- * set in ./language/en_UK.iso-8859-1/local.lang.php (maybe to create)
+ * set in ./local/language/en_UK.lang.php (maybe to create)
* for example for clear theme:
$lang['Theme: clear'] = 'This is the clear theme based on yoga template. '.
' A standard template/theme of PhpWebgallery.';