| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/sources/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/sources/products.php |
<?php
if ($wo['config']['product_visibility'] == 1) {
if ($wo['loggedin'] == false) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
}
if ($wo['config']['classified'] == 0) {
header("Location: " . Wo_SeoLink('index.php?link1=welcome'));
exit();
}
$wo['description'] = $wo['config']['siteDesc'];
$wo['keywords'] = $wo['config']['siteKeywords'];
$wo['page'] = 'products';
$wo['title'] = $wo['lang']['latest_products'];
$wo['content'] = Wo_LoadPage('products/content');