/************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2005 Coppermine Dev Team v1.1 originaly 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.2 $Source: /cvsroot/coppermine/devel/themes/hardwired/theme.php,v $ $Revision: 1.69 $ $Author: gaugau $ $Date: 2005/10/25 01:16:24 $ **********************************************/ // ------------------------------------------------------------------------- // // This theme has had redundant CORE items removed // // ------------------------------------------------------------------------- // define('THEME_HAS_RATING_GRAPHICS', 1); define('THEME_HAS_NAVBAR_GRAPHICS', 1); define('THEME_HAS_NO_SYS_MENU_BUTTONS', 1); define('THEME_HAS_NO_SUB_MENU_BUTTONS', 1); define('THEME_IS_XHTML10_TRANSITIONAL',1); // Remove this if you edit this template until // you have validated it. See docs/theme.htm. // HTML template for sys menu $template_sys_menu = << {HOME_LNK} {MY_GAL_LNK} {MEMBERLIST_LNK} {MY_PROF_LNK} {FAQ_LNK} {ADM_MODE_LNK} {USR_MODE_LNK} {UPL_PIC_LNK} {REGISTER_LNK} {LOGIN_LNK} {LOGOUT_LNK} EOT; // HTML template for sub menu $template_sub_menu = << {CUSTOM_LNK_LNK} {ALB_LIST_LNK} {LASTUP_LNK} {LASTCOM_LNK} {TOPN_LNK} {TOPRATED_LNK} {FAV_LNK} {SEARCH_LNK} EOT; // HTML template for gallery admin menu $template_gallery_admin_menu = <<
{UPL_APP_LNK} {ADMIN_LNK} {CATEGORIES_LNK} {ALBUMS_LNK} {GROUPS_LNK} {USERS_LNK} {BAN_LNK} {COMMENTS_LNK}
{DB_ECARD_LNK} {PICTURES_LNK} {SEARCHNEW_LNK} {UTIL_LNK} {MY_PROF_LNK} {DOCUMENTATION_LNK}
EOT; ?>