source: extensions/yoga/Terra/themeconf.inc.php @ 7592

Last change on this file since 7592 was 7592, checked in by plg, 13 years ago

update theme Terra for Piwigo 2.1 compatibility

File size: 358 bytes
Line 
1<?php
2$themeconf = array(
3  'name'  => 'Terra',
4  'parent' => 'default',
5  'template_dir' => 'themes',
6  'icon_dir'      => 'themes/Terra/icon',
7  'local_head' => '<!--[if lt IE 7]>
8  <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/Terra/fix-ie5-ie6.css">
9<![endif]-->'
10);
11$lang['Theme: Terra'] = 'Thème Terra By Swan.';
12?>
Note: See TracBrowser for help on using the repository browser.