###################################################################### # PHP-NUKE: Advanced Content Management System # ============================================ # # Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com) # http://phpnuke.org # # This module is to configure the main options for your site # # 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. ###################################################################### ###################################################################### # elinuxNUKE: Advanced Content Management System # ============================================== # # Copyright (c) 2003 by Campopiano Converso (editor@videorlab.it) # http://www.videorlab.it # # Qui trovano definizione le variabili aggiuntive per elinuxNuke # # 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. ###################################################################### ###################################################################### # Database & System Config # # my_cat_path: cartella per le icone corrispondenti alle categorie ###################################################################### // cartella per le icone da associare alle categorie $my_cat_path = "archivi/ico/storiescat/"; // cartella per le icone di slotmachine1 (cerca per autore) $my_slotmachine1 = "archivi/redazione/slotmachine1"; // cartella per le icone di slotmachine2 (cerca per parole) $my_slotmachine2 = "archivi/redazione/slotmachine2"; // cartella per le icone di slotmachine3 (cerca per categorie) $my_slotmachine3 = "archivi/redazione/slotmachine3"; ?>
|
|