blob: 384e227690ecfe164d1c0a19f876051e784e5ecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$themeconf = array(
'theme' => 'wipi',
'parent' => 'default',
);
if ( !isset($lang['Theme: wipi']) )
{
$lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' .
' on yoga template, a standard template/theme of PhpWebgallery.';
}
?>
|