source: trunk/themes/p0w0/themeconf.inc.php @ 5123

Last change on this file since 5123 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • Property svn:eol-style set to LF
File size: 79 bytes
Line 
1<?php
2$themeconf = array(
3  'theme'  => 'p0w0',
4  'parent' => 'default',
5);
6?>
Note: See TracBrowser for help on using the repository browser.