source: trunk/themes/wipi/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: 261 bytes
Line 
1<?php
2$themeconf = array(
3  'theme'  => 'wipi',
4  'parent' => 'default',
5);
6if ( !isset($lang['Theme: wipi']) )
7{
8  $lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' .
9  ' on yoga template, a standard template/theme of PhpWebgallery.';
10}
11?>
Note: See TracBrowser for help on using the repository browser.