alfred
Administrator
Gepostet am:01.04.2009 16:48
#22
$title = $block_arr[$i]->getVar('title'); switch ($block_arr[$i]->getVar('side')) { case XOOPS_CENTERBLOCK_CENTER: if ($title != "") { $cc_block .= '<tr valign="top"><td colspan="2"><b>'.$title.'</b><hr />'.$bcontent.'<br /><br /></td></tr>'."n"; } else { $cc_block .= '<tr><td colspan="2">'.$bcontent.'<br /><br /></td></tr>'."n"; }
if (!function_exists('themecenterposts')) { function themecenterposts($title, $content) { echo '<table cellpadding="4" cellspacing="1" width="98%" class="outer"><tr><td class="head">'.$title.'</td></tr><tr><td><br />'.$content.'<br /></td></tr></table>'; }
Notice: Function 'themecenterposts' in '/var/www/.../include/old_theme_functions.php' is deprecated, should not be used any more in /var/www/.../include/old_theme_functions.php on line 57
if (!function_exists('themecenterposts')) { function themecenterposts($title, $content) { trigger_error("Function '" . __FUNCTION__ . "' in '" . __FILE__ . "' is deprecated, should not be used any more", E_USER_NOTICE); echo '<table cellpadding="4" cellspacing="1" width="98%" class="outer"><tr><td class="head">'.$title.'</td></tr><tr><td><br />'.$content.'<br /></td></tr></table>'; }
// These are needed when viewing old modules (that don't use Smarty template files) when a theme that use Smarty templates are selected. // function_exists check is needed for inclusion from the admin side
FCKConfig.EnterMode = 'br' ;// p | div | br
FCKConfig.ShiftEnterMode = 'p' ;// p | div | br
<p>Test 123</p><br><p>Test 456</p><br>
FCKConfig.EnterMode = 'br' ;// p | div | br
FCKConfig.ShiftEnterMode = 'p' ;// p | div | br
| Forum | Thema | Antworten | Views | Letzter Beitrag |
|---|---|---|---|---|
| Modulentwicklung | New Xoops Xcreate Module | 0 | 5326 | 26.11.2025 15:22 efkan |
| Modulentwicklung | XOOPS Custom Field Module | 1 | 1814 | 24.11.2025 11:21 Goffy |