<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
///////////////////////////////////////////////////////////////////////////////////////////

############################################################

require_once __DIR__.'/../all_fns.php';

pool::execute('beforestart');

///////////////////////////////////
//Display categories options 
//////////////////////////////////

if($_POST['options'] != 0)
{
	display_digital($_POST['options'], $cache_search_digital, '');
	display_data($_POST['options'], $cache_search_data, '');
	display_checkbox($_POST['options'], $cache_search_check, '');
	display_fields($_POST['options'], $cache_fields, '');
}