if(mobile_detect())
{
header('location: /mobileforum');
exit;
}
else
{
header('location: /webforum');
exit;
}этот код вставляй до инклуда хеад.пхп
думаю разберешься)
if(mobile_detect())
{
header('location: /mobileforum');
exit;
}
else
{
header('location: /webforum');
exit;
}