[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_plugins/blogcalendar_menu/ -> styles.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_plugins/blogcalendar_menu/styles.php,v $
  14  |     $Revision: 1.4 $
  15  |     $Date: 2006/07/04 17:50:19 $
  16  |     $Author: e107coders $
  17  +----------------------------------------------------------------------------+
  18  */
  19  if (!defined('e107_INIT')) { exit; }
  20  
  21  // -----------------------
  22  // blogcal menu style vars
  23  // -----------------------
  24  $bc_menu_wrapper = "";
  25  $menu_header = "";
  26  $menu_body = "";
  27  $menu_footer = "";
  28  
  29  
  30  // --------------------------
  31  // calendar object style vars
  32  // --------------------------
  33  $cal_header_cell = "";
  34  $cal_blank_cell = "";
  35  $cal_cell = "";
  36  $cal_linked_cell = "";
  37  $cal_hl_cell = "";
  38  $cal_hl_linked_cell = "";
  39  
  40  
  41  // --------------------------
  42  // archive section style vars
  43  // --------------------------
  44  $arch_wrapper = "";
  45  $arch_header = "";
  46  $arch_cell = "";
  47  $arch_cell_header = "";
  48  $arch_cell_body = "";
  49  
  50  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7