Go to the documentation of this file.
22 if (! function_exists(
'opentable')) {
25 $GLOBALS[
'xoopsLogger']->addDeprecated(
"Function '" . __FUNCTION__ .
"' in '" . __FILE__ .
"' is deprecated, should not be used any more");
26 echo
'<table width="' . $width .
'" cellspacing="0" class="outer"><tr><td class="even">';
30 if (! function_exists(
'closetable')) {
33 $GLOBALS[
'xoopsLogger']->addDeprecated(
"Function '" . __FUNCTION__ .
"' in '" . __FILE__ .
"' is deprecated, should not be used any more");
34 echo
'</td></tr></table>';
38 if (! function_exists(
'themecenterposts')) {
41 $GLOBALS[
'xoopsLogger']->addDeprecated(
"Function '" . __FUNCTION__ .
"' in '" . __FILE__ .
"' is deprecated, should not be used any more");
42 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>';