* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ //////////// Check Inclusion de pages //////////// if (!function_exists('AuthenthificationProcess')){ include_once("../lib/lib_common.php"); ReloadIndex('admin'); } //////////// $qbx_module=_t('menu','yellowpages'); $resultqb=$sql_object->DBSelect($req_quickbox_list); if ($todo == 'add' || $todo == 'list' || $todo == 'mod' || $todo == 'sup' || $todo == 'det') { $qbx_liste=''; $nb=''; if($resultqb==0) { $qbx_liste.="
  • "._t('divers','nodata')."
  • "; } else { if(count($resultqb)>=10) $nb=10; else $nb=count($resultqb); for($i=0; $i". $qbx_yp_title ."\n"; } } $qbx_h1=$nb.''._t('yp','qb_title'); } echo QuickBoxNow($qbx_module, $qbx_h1, $qbx_liste); echo "\n"; ?>