merhaba whmcs 4.1.2 sürümünü kullanıyorum ancak yeni sayfa eklerken kullandığım kodlarda boş sayfa çıkıyor

<?php
?>
<?
define ('CLIENTAREA', true);
require 'dbconnect.php';
require 'includes/functions.php';
if ($revokelocallicense)
{
$query = 'UPDATE tblconfiguration SET value=\'\' WHERE setting=\'License\'';
$result = mysql_query ($query);
}
$pagetitle = $_LANG['windows-hosting-paketleri'];
$breadcrumbnav = '<a href="windows-hosting-paketleri.php">' . $_LANG['windows-hosting-paketleri'] . '</a>';
$templatefile = 'windows-hosting-paketleri';
$pageicon = '';
require 'init.php';
$smarty->assign ('showpresales', $CONFIG['PreSalesQuestions']);
require 'display.php';
?>
windows-hosting-paketleri.tpl zaten mevcut yarıdm lütfen