Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
22
zoesch.de/galerie/themes/bootstrapdefault/themeconf.inc.php
Normal file
22
zoesch.de/galerie/themes/bootstrapdefault/themeconf.inc.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/*
|
||||
Theme Name: Bootstrap Default
|
||||
Version: 1.0.7
|
||||
Description: A modern and responsive theme for Piwigo built with standard Bootstrap components and using the default Bootstrap theme. Intended for easy customisation using Bootstrap styles or as a parent theme for creating responsive themes for Piwigo.
|
||||
Theme URI: http://piwigo.org/ext/extension_view.php?eid=796
|
||||
Author: Phil Bayfield
|
||||
Author URI: https://philio.me/
|
||||
*/
|
||||
require_once(PHPWG_THEMES_PATH . 'bootstrapdefault/include/themecontroller.php');
|
||||
require_once(PHPWG_THEMES_PATH . 'bootstrapdefault/include/config.php');
|
||||
|
||||
$themeconf = array(
|
||||
'name' => 'bootstrapdefault',
|
||||
'parent' => 'default',
|
||||
'load_parent_css' => false,
|
||||
'load_parent_local_head' => false,
|
||||
'url' => 'https://philio.me/'
|
||||
);
|
||||
|
||||
$controller = new \BootstrapDefault\ThemeController();
|
||||
$controller->init();
|
||||
Reference in New Issue
Block a user