mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
improve template : split theme from template itself
rest of the job : template (yoga), themes (clear dark), and php to handle them git-svn-id: http://piwigo.org/svn/trunk@960 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+3
-2
@@ -298,8 +298,9 @@ SELECT id_uppercat, COUNT(*) AS nb_subcats
|
||||
|
||||
foreach ($categories as $category)
|
||||
{
|
||||
$images_folder = PHPWG_ROOT_PATH.'template/';
|
||||
$images_folder.= $user['template'].'/admin/images';
|
||||
// TODO : not used anymore ?
|
||||
//$images_folder = PHPWG_ROOT_PATH.'template/';
|
||||
//$images_folder.= $user['template'].'/admin/images';
|
||||
|
||||
$base_url = PHPWG_ROOT_PATH.'admin.php?page=';
|
||||
$cat_list_url = $base_url.'cat_list';
|
||||
|
||||
Reference in New Issue
Block a user