if (!defined("IN_FUSION")) {
die("Access Denied");
}
use PHPFusion\BreadCrumbs;
include INFUSIONS."deluxe_dropdown_menu/menu.php";
function open_table($title = '') {
static $opentable = '';
if (empty($opentable)) {
ob_start();
opentable($title);
$opentable = ob_get_contents();
ob_end_clean();
if (empty($opentable)) {
$opentable = opentable($title);
}
}
return $opentable;
}
function close_table($title = '') {
static $closetable = '';
if (empty($closetable)) {
ob_start();
closetable($title);
$closetable = ob_get_contents();
ob_end_clean();
if (empty($closetable)) {
$closetable = opentable($title);
}
}
return $closetable;
}
Category Forum
Modifications and Requests - 9Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions