1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?php /************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2005 Coppermine Dev Team v1.1 originally written by Gregory DEMAR
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ******************************************** Coppermine version: 1.4.3 $Source: $Revision: $Author: $Date: **********************************************/ // ------------------------------------------------------------------------- // // Theme "giallo" // // ------------------------------------------------------------------------- // // The theme "giallo" has been done by GauGau (http://gaugau.de/) based on // // the framed template of studicasa.nl (their website has gone down, so I // // guess no one will care). The usage of this theme is free for personal // // use, not for commercial use (according to the disclaimer of studiocasa)! // // ------------------------------------------------------------------------- // // Updated for 1.4.3 by Donnoman@donovanbray.com // // ------------------------------------------------------------------------- // define('THEME_HAS_RATING_GRAPHICS', 1); define('THEME_HAS_NAVBAR_GRAPHICS', 1); define('THEME_IS_XHTML10_TRANSITIONAL',1);
$template_sys_menu_spacer='';
?>
|