<?php
	require_once ('globalad.php');
	
	require_once 'incl/global_template.php';

	$theme = gettemplate('menucontent');
	eval("\$theme = \"$theme\";");
	echo $theme;
?>