<?
/***************************************************************************
* copyright : (C) 2007 PHPVersion.com
***************************************************************************/
$vxg_root_path = "./../";
require($vxg_root_path . 'extension.inc');
include('header.' . $phpEx);
$tpl = new MiniTemplator;
$tpl->readTemplateFromFile($vxg_root_path."template/".$template."/admin/restoredb.tpl");
$tpl->setVariable ("ar_restore",$lang['ar_restore']);
$tpl->generateOutput();
include('footer.' . $phpEx);
?>