[ Index ] |
|
Code source de e107 0.7.8 |
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/comment_menu/comment_menu_template.php,v $ 14 | $Revision: 1.1 $ 15 | $Date: 2006/07/04 17:30:39 $ 16 | $Author: lisa_ $ 17 +----------------------------------------------------------------------------+ 18 */ 19 20 $sc_style['CM_TYPE']['pre'] = "["; 21 $sc_style['CM_TYPE']['post'] = "]"; 22 23 $sc_style['CM_AUTHOR']['pre'] = CM_L13." <b>"; 24 $sc_style['CM_AUTHOR']['post'] = "</b>"; 25 26 $sc_style['CM_DATESTAMP']['pre'] = " ".CM_L11." "; 27 $sc_style['CM_DATESTAMP']['post'] = ""; 28 29 $sc_style['CM_COMMENT']['pre'] = ""; 30 $sc_style['CM_COMMENT']['post'] = "<br /><br />"; 31 32 if (!isset($COMMENT_MENU_TEMPLATE)){ 33 $COMMENT_MENU_TEMPLATE = " 34 {CM_ICON} {CM_URL_PRE}{CM_TYPE} {CM_HEADING}{CM_URL_POST}<br /> 35 {CM_AUTHOR} {CM_DATESTAMP}<br /> 36 {CM_COMMENT}"; 37 } 38 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |