| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/sources/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/sources/hashtag.php |
<?php
if ($wo['loggedin'] == false) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
if (!isset($_GET['hash']) || empty($_GET['hash'])) {
Wo_RedirectSmooth($wo['config']['site_url']);
}
$wo['description'] = $wo['config']['siteDesc'];
$wo['keywords'] = '';
$wo['page'] = 'hashtag';
$wo['title'] = '#' . $_GET['hash'] . ' | ' . $wo['config']['siteTitle'];
$wo['content'] = Wo_LoadPage('hashtags/content');