File: /home/imensosw/www/imenso.co/dev/spotilicious/sources/new_product.php
<?php
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'] = 'create_product';
$wo['title'] = $wo['lang']['sell_new_product'];
$wo['content'] = Wo_LoadPage('products/create');