памагите!
index.php
Код:
require_once("mainfile.php");
print 'HTML';
print 'WAP';
print 'HTML';
print 'WAP';
mainfile.php
Код:
// здесь проблема
if(!isset($_GET['t']))
{include($config['site_url']."themes/wap/theme.php");}
elseif($_GET['t'] == "html")
{include($config['site_url']."themes/html/theme.php");}
else
{include($config['site_url']."themes/wap/theme.php");}
// здесь проблема
if(!isset($_GET['t']))
{include($config['site_url']."themes/wap/theme.php");}
elseif($_GET['t'] == "html")
{include($config['site_url']."themes/html/theme.php");}
else
{include($config['site_url']."themes/wap/theme.php");}
// здесь проблема
если удалить ету часть кода - все работает,есть ли другой алгоритм чтоб ето сделать
$config['site_url'] а в это переменной что лежит????