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
This commit is contained in:
patdenice
2010-03-20 23:14:30 +00:00
parent af78fa6193
commit 6e51794b3f
12 changed files with 169 additions and 8 deletions
+1 -1
View File
@@ -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.';