mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
f88472fa9c
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
9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'standard_pages',
|
|
'parent' => 'default',
|
|
'load_parent_css' => false,
|
|
'img_dir' => 'themes/standard_pages/images',
|
|
);
|
|
?>
|