'itm_mail' => array('it' => 'contatti',
'en' => 'contacts'),
'tit_cla' => array('it' => 'classifiche degli utenti',
- 'en' => 'user\'s classifics'),
+ 'en' => 'user\'s placings'),
'itm_cla' => array('it' => 'classifiche',
- 'en' => 'classifics'),
+ 'en' => 'placings'),
'tit_rmap' => array('it' => 'prossime funzionalità implementate',
'en' => 'roadmap of next functionalities'),
'itm_rmap' => array('it' => 'roadmap',
-->
<a href="#"
onmouseover="menu_hide(0,1);"
- title="'.$mlang_room['tit_cla'][$G_lang].'" onclick="act_classific();">'.$mlang_room['itm_cla'][$G_lang].'</a><br>
+ title="'.$mlang_room['tit_cla'][$G_lang].'" onclick="act_placing();">'.$mlang_room['itm_cla'][$G_lang].'</a><br>
<a href="#"
onmouseover="menu_hide(0,1);"
else if ($argz[0] == 'roadmap') {
echo show_notify(str_replace("\n", " ", $G_room_roadmap[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lang], 400, 200);
}
- else if ($argz[0] == 'classific') {
+ else if ($argz[0] == 'placing') {
GLOBAL $G_false;
require_once("briskin5/Obj/briskin5.phh");
- require_once("briskin5/Obj/classific.phh");
+ require_once("briskin5/Obj/placing.phh");
- echo show_notify(str_replace("\n", " ", classifics_show($G_false)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600);
+ echo show_notify(str_replace("\n", " ", placings_show($G_false)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600);
}
else if ($argz[0] == 'whysupport') {
echo show_notify(str_replace("\n", " ", $G_room_whysupport[$G_lang]), 0, $mlang_indwr['btn_backtotab'][$G_lng], 400, 200);
}
- else if ($argz[0] == 'classific') {
+ else if ($argz[0] == 'placing') {
require_once("briskin5/Obj/briskin5.phh");
- require_once("briskin5/Obj/classific.phh");
+ require_once("briskin5/Obj/placing.phh");
$user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";
- $user->comm[$user->step % COMM_N] .= show_notify_opaque(str_replace("\n", " ", classifics_show($user)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600);
+ $user->comm[$user->step % COMM_N] .= show_notify_opaque(str_replace("\n", " ", placings_show($user)), 0, $mlang_indwr['btn_backtotab'][$G_lang], 800, 600);
log_wr($user->comm[$user->step % COMM_N]);
$user->step_inc();