Files
Piwigo/themes/standard_pages/themeconf.inc.php
T
HWFord f88472fa9c fixes #2345 create piwigo standard pages
create new theme standard pages with tpl, css, js and images
update backend to handle pages
add config use_standard_pages
on update set config to false, on install set config to true
add standard pages to no be ingored in git
2025-03-18 16:46:41 +01:00

9 lines
164 B
PHP

<?php
$themeconf = array(
'name' => 'standard_pages',
'parent' => 'default',
'load_parent_css' => false,
'img_dir' => 'themes/standard_pages/images',
);
?>