<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }

define("THEME_WIDTH", "100%");
define("THEME_BULLET", "<img src='".THEME."images/bullet.gif' alt='' style='border:0' />");
require_once INCLUDES."theme_functions_include.php";


function render_page($license=false) {

	global $settings, $main_style
	
	//header
	
	echo "<table align='center' cellpadding='0' cellspacing='0' class='header'>\n<tr>\
	<td align='right' width='0'>";
	echo "</td>
	</tr>
	</table>";
