Пример #1
0
<?php

/**
 * $Id$
 *  
 * @category EAI
 * @package  Mediboard
 * @author   SARL OpenXtrem <*****@*****.**>
 * @license  GNU General Public License, see http://www.gnu.org/licenses/gpl.html
 * @version  $Revision$
 * @link     http://www.mediboard.org
 */
$http_tunnel = new CHTTPTunnelObject();
$tunnels = $http_tunnel->loadList();
$smarty = new CSmartyDP();
$smarty->assign("tunnels", $tunnels);
$smarty->display("inc_list_tunnel.tpl");