. // It's licensed under the AFFERO GENERAL PUBLIC LICENSE unless stated otherwise. // You can get copies of the licenses here: // http://www.affero.org/oagpl.html // AFFERO GENERAL PUBLIC LICENSE is also included in the file called "COPYING". include('config.php'); include(mnminclude.'html1.php'); include(mnminclude.'sneak.php'); #$globals['ads'] = true; $globals['favicon'] = 'img/favicons/favicon-sneaker.ico'; init_sneak(); // Start html array_push($globals['extra_css'], 'es/sneakcol.css'); if (!empty($_REQUEST['friends'])) { do_header(_('amigos en la fisgona')); } else { do_header(_('fisgona')); } ?> ' . "\n"; // Check the tab options and set corresponging JS variables if ($current_user->user_id > 0) { if (!empty($_REQUEST['friends'])) { $taboption = 2; echo ''; } else { $taboption = 1; } print_sneak_tabs($taboption); } ////// echo '
'; echo '
'; echo '
'; echo 'play/pause   '; echo ''._('votos de publicadas').''; echo ''._('meneos').''; echo ''._('problema').''; echo ''._('comentario').''; echo ''._('nueva').''; echo ''._('publicada').''; // Only registered users can see the chat messages if ($current_user->user_id > 0) { $chat_checked = 'checked="checked"'; echo ''._('mensaje').''; } echo ''._('nótame').''; echo ''._('fisgonas').':      '; echo 'ping: ---'; echo "
\n"; if ($current_user->user_id > 0) { echo '
'; echo _('mensaje') . ':  '; echo '
'; } echo '
' . "\n"; echo '
'; echo '
'; echo '
'._('hora').'
'; echo '
'._('acción').'
'; echo '
me/co
'; echo '
 '._('noticia').'
'; echo '
 '._('quién/qué').'
'; echo '
'._('estado').'
'; echo "
\n"; echo "
\n"; echo '
'; for ($i=0; $i<$max_items;$i++) { echo '
 
'; } echo "
\n"; echo '
'; do_footer(); function print_sneak_tabs($option) { $active = array(); $active[$option] = ' class="tabmain-this"'; echo '' . "\n"; } ?>