MubarikHZH
Join The Revolution
- Mar 11, 2012
- 237
- 40
I'm too tired to concentrate how do you fix this deformed index page:
Thank You if you can help
You must be registered for see links
Thank You if you can help
<?php
define('IN_INDEX', 1);
require_once 'global.php';
$core->handleCall($engine->secure($_GET['url']));
$template->html->get($engine->secure($_GET['url']));
$template->outputTPL();
?>