| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/sources/forum/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/sources/forum/forum_mythreads.php |
<?php
if ($wo['loggedin'] == false) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
if ($wo['config']['forum'] == 0) {
header("Location: " . $wo['config']['site_url']);
exit();
}
$wo['description'] = $wo['config']['siteDesc'];
$wo['keywords'] = $wo['config']['siteKeywords'];
$wo['page'] = 'forum';
$wo['active'] = null;
$wo['threads'] = Wo_GetForumThreads(array('user' => $wo['user']['id'], 'limit' => 10 ));
$wo['forums'] = Wo_GetForums();
$wo['title'] = $wo['config']['siteTitle'];
$wo['content'] = Wo_LoadPage('forum/mythreads');