[ 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 <br /><table style='width:100%'><tr><td>"; 9 } 10 if(!$CHAT_TABLE){ 11 $CHAT_TABLE = "\n 12 <div class='spacer'> 13 <div class='{CHAT_TABLE_FLAG}'> 14 <img src='".THEME."images/bullet2.gif' alt='bullet' /> \n<b>{CHAT_TABLE_NICK}</b> ".CHATBOX_L22." {CHAT_TABLE_DATESTAMP}<br /> 15 <div class='defaulttext'><i>{CHAT_TABLE_MESSAGE}</i></div>\n 16 </div> 17 </div>\n"; 18 19 } 20 if(!$CHAT_TABLE_END){ 21 $CHAT_TABLE_END = " 22 </td></tr></table>"; 23 } 24 // ##### ------------------------------------------------------------------------------------------ 25 26 27 ?>
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 |