& Matías Parodi # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ## define('MAINTENANCE', false); if (MAINTENANCE === true) { include './maintenance.php'; exit; } include('./includes/error_handler.php'); header('Content-Type: text/html; charset=UTF-8'); define("SECURITY", 1); session_start(); include('./config.php'); mysql_pconnect(DB_HOST, DB_USER, DB_PASSWORD) or die('MySQL connection error!'); mysql_select_db(DB_NAME); include('./includes/url_handler.php'); include('./includes/twitter_api.php'); include('./includes/functions.php'); session_handler(); include('./includes/phoogle.php'); include('./inc.php'); $map = new PhoogleMap(); $map->setAPIKey($CONFIG['GMAPS_APIKEY']); $map->setHeight(140); $map->setWidth(140); $map->zoomLevel=12; $map->showControl=false; $map->showType=false; if (strstr($_SERVER["HTTP_USER_AGENT"], 'MSIE')) { $favicon = ''; } else { $favicon = ''; } putenv('LANG=es_ES'); setlocale(LC_ALL, 'es_ES'); bindtextdomain('messages', './locale'); textdomain('messages'); ob_start(); ?> <?=$CONFIG['TITLE'] . ' ' . $CONFIG['SEPARATOR'] . ' ' . TITLE?> '; } } ?> printGoogleJS();s ?>
<?=_('Información');?>


', sprintf(_("¿Te has encontrado con un error y no sabes qué hacer? Dirígete a Launchpad, adjuntando la ID del mismo (si la hay), con una buena descripción del suceso, y nosotros nos encargaremos.\nRecuerda que, si aún no eres betatester, puedes apuntarte aquí y esperar la invitación. Puedes pasarte por el canal de IRC #jisko (Freenode) y charlar un rato.\nUtilizamos Silk Icons"))); ?>