<?php
// $Id: blocks.php,v 1.14 2005/08/30 07:21:34 zoullou Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------- //
// 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. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
define("_MB_EXTCAL_SUNDAY_MINI","S");
define("_MB_EXTCAL_MONDAY_MINI","M");
define("_MB_EXTCAL_TUESDAY_MINI","T");
define("_MB_EXTCAL_WEDNESDAY_MINI","W");
define("_MB_EXTCAL_THURSDAY_MINI","T");
define("_MB_EXTCAL_FRIDAY_MINI","F");
define("_MB_EXTCAL_SATURDAY_MINI","S");
define("_MB_EXTCAL_DISPLAY_IMG","Display images on Minical ?");
define("_MB_EXTCAL_IMG_CAT","Display images from this category :");
define("_MB_EXTCAL_DISPLAY_MONTH","Display month :");
define("_MB_EXTCAL_PREVIEW","Preview");
define("_MB_EXTCAL_CURRENT","Current");
define("_MB_EXTCAL_NEXT","Next");
define("_MB_EXTCAL_DISPLAY_LINK","Display submit link on Minical ?");
define("_MB_EXTCAL_DISPLAY","Display");
define("_MB_EXTCAL_EVENT","Event");
define("_MB_EXTCAL_CAT_TO_USE","Cat to use");
define("_MB_EXTCAL_ALL_CAT","All Cat");
define("_MB_EXTCAL_SPOTLIGHT_MODE","Spotlight Mode");
define("_MB_EXTCAL_CAT","Category");
define("_MB_EXTCAL_TYPE","Type");
define("_MB_EXTCAL_NEW_EVENT","New Event");
define("_MB_EXTCAL_UPCOMING_EVENT","Upcoming Event");
define("_MB_EXTCAL_NUMBER","Event ID");
define("_MB_EXTCAL_START","Start");
define("_MB_EXTCAL_END","End");
define("_MB_EXTCAL_CONTACT_INFO","Contact info");
define("_MB_EXTCAL_EMAIL","Email");
define("_MB_EXTCAL_URL","URL");
define("_MB_EXTCAL_TITLE_LENGTH","Title length");
define("_MB_EXTCAL_SUBMIT_EVENT","Submit Event");
define("_MB_EXTCAL_DISP_NUMBER","Number of event to display");
?>
Código PHP:
<?php // $Id: blocks.php,v 1.14 2005/08/30 07:21:34 zoullou Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // // <http://www.xoops.org/> // // ------------------------------------------------------------------------- // // 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. // // // // You may not change or alter any portion of this comment or credits // // of supporting developers from this source code or any supporting // // source code which is considered copyrighted (c) material of the // // original comment or credit authors. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // define("_MB_EXTCAL_SUNDAY_MINI","S"); define("_MB_EXTCAL_MONDAY_MINI","M"); define("_MB_EXTCAL_TUESDAY_MINI","T"); define("_MB_EXTCAL_WEDNESDAY_MINI","W"); define("_MB_EXTCAL_THURSDAY_MINI","T"); define("_MB_EXTCAL_FRIDAY_MINI","F"); define("_MB_EXTCAL_SATURDAY_MINI","S"); define("_MB_EXTCAL_DISPLAY_IMG","Display images on Minical ?"); define("_MB_EXTCAL_IMG_CAT","Display images from this category :"); define("_MB_EXTCAL_DISPLAY_MONTH","Display month :"); define("_MB_EXTCAL_PREVIEW","Preview"); define("_MB_EXTCAL_CURRENT","Current"); define("_MB_EXTCAL_NEXT","Next"); define("_MB_EXTCAL_DISPLAY_LINK","Display submit link on Minical ?"); define("_MB_EXTCAL_DISPLAY","Display"); define("_MB_EXTCAL_EVENT","Event"); define("_MB_EXTCAL_CAT_TO_USE","Cat to use"); define("_MB_EXTCAL_ALL_CAT","All Cat"); define("_MB_EXTCAL_SPOTLIGHT_MODE","Spotlight Mode"); define("_MB_EXTCAL_CAT","Category"); define("_MB_EXTCAL_TYPE","Type"); define("_MB_EXTCAL_NEW_EVENT","New Event"); define("_MB_EXTCAL_UPCOMING_EVENT","Upcoming Event"); define("_MB_EXTCAL_NUMBER","Event ID"); define("_MB_EXTCAL_START","Start"); define("_MB_EXTCAL_END","End"); define("_MB_EXTCAL_CONTACT_INFO","Contact info"); define("_MB_EXTCAL_EMAIL","Email"); define("_MB_EXTCAL_URL","URL"); define("_MB_EXTCAL_TITLE_LENGTH","Title length"); define("_MB_EXTCAL_SUBMIT_EVENT","Submit Event"); define("_MB_EXTCAL_DISP_NUMBER","Number of event to display"); ?>