Files
web-development/zoesch.de/galerie/themes/bootstrapdefault/themeconf.inc.php
Felix Zösch 07c290a453 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>
2025-12-13 01:17:15 +01:00

23 lines
845 B
PHP

<?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();