| [ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 3 if (!defined('e107_INIT')) { exit; } 4 5 // ##### CHAT TABLE ----------------------------------------------------------------------------- 6 if(!$CHAT_TABLE_START){ 7 $CHAT_TABLE_START = ""; 8 } 9 if(!$CHAT_TABLE){ 10 $CHAT_TABLE = "<div class='spacer'>\n<div class='indent'>\n<span class='defaulttext'><img src='".THEME."images/bullet2.gif' alt='bullet' /> \n<b>{CHAT_TABLE_NICK}</b></span>\n<span class='smalltext'>".CHATBOX_L22." {CHAT_TABLE_DATESTAMP}</span><br />\n<div class='spacer'>{CHAT_TABLE_MESSAGE}</div>\n</div>\n</div>\n"; 11 } 12 if(!$CHAT_TABLE_END){ 13 $CHAT_TABLE_END = ""; 14 } 15 // ##### ------------------------------------------------------------------------------------------ 16 17 18 ?>
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 |