Email to a colleague
Best sellers
#echo $_REQUEST['author_id'];
if ($page=='detail') $id = $ContentId;
if (isset($id) && file_exists("./cms/{$cfg['OrganisationId']}/right_menu.$page.$id.php"))
include("./cms/{$cfg['OrganisationId']}/right_menu.$page.$id.php");
elseif (file_exists("./cms/{$cfg['OrganisationId']}/right_menu.$page.php"))
include("./cms/{$cfg['OrganisationId']}/right_menu.$page.php");
elseif (file_exists("./cms/{$cfg['OrganisationId']}/right_menu.default.php"))
include("./cms/{$cfg['OrganisationId']}/right_menu.default.php");
?>