[ Index ]
 

Code source de e107 0.7.8

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

title

Body

[fermer]

/e107_themes/templates/ -> bbcode_template.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_themes/templates/bbcode_template.php,v $
  14  |     $Revision: 1.11 $
  15  |     $Date: 2007/01/05 23:02:14 $
  16  |     $Author: e107steved $
  17  +----------------------------------------------------------------------------+
  18  */
  19  // How to register your own BBcode button.
  20  // Uncomment the 2 commented lines below to see it in action. (only applies to the user area)
  21  
  22  // $register_bb['blank'] = array("", "[blank][/blank]","Blank example helper text",e_IMAGE."generic/bbcode/template.png");
  23  
  24  $BBCODE_TEMPLATE = "
  25      {BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=center}{BB=left}{BB=right}
  26      {BB=bq}{BB=code}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
  27  ";
  28  
  29  // $BBCODE_TEMPLATE .= "{BB=blank}";
  30  
  31  
  32  // $sc_style['BB_HELP']['pre'] = "<div style='text-align:center'>";
  33  // $sc_style['BB_HELP']['post'] = "</div>";
  34  
  35  
  36  
  37  // --------   Admin Templates ----------------------
  38  
  39  $BBCODE_TEMPLATE_ADMIN = "
  40      {BB_HELP=admin}<br />
  41      {BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=center}{BB=left}
  42      {BB=right}{BB=bq}{BB=code}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
  43      {BB_PREIMAGEDIR=".e_IMAGE."}
  44      {BB=preimage}{BB=prefile}{BB=flash}
  45  ";
  46  
  47  // $BBCODE_TEMPLATE_ADMIN .= "{BB=blank}";
  48  
  49  $BBCODE_TEMPLATE_NEWSPOST = "
  50      {BB_HELP=$mode}<br />
  51      {BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=center}{BB=left}
  52      {BB=right}{BB=bq}{BB=code}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
  53      {BB_PREIMAGEDIR=".e_IMAGE."newspost_images/}
  54      {BB=preimage}{BB=prefile}{BB=flash}
  55  ";
  56  
  57  $BBCODE_TEMPLATE_CPAGE = "
  58      {BB_HELP}<br />
  59      {BB=newpage}
  60      {BB=link}{BB=b}{BB=i}{BB=u}{BB=img}{BB=center}{BB=left}{BB=right}
  61      {BB=bq}{BB=code}{BB=list}{BB=fontcol}{BB=fontsize}{BB=emotes}
  62      {BB_PREIMAGEDIR=".e_IMAGE."custom/}
  63      {BB=preimage}{BB=prefile}{BB=flash}
  64  ";
  65  
  66  
  67  
  68  ?>


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