</li> <?php } if (@constant('AAT_CONTEXT_ENABLE')) { $pLink = 'index.php?sType=' . urlencode($pType) . '&show=' . $pShow; ?> <li><a href="?"><?php echo $arrLanguageMenu['all_contexts']; ?> </a> <ul> <?php foreach ($_GLOBALS['arrContexts'] as $key => $value) { ?> <li><a href="<?php echo Tzn::concatUrl($pLink, 'sContext=' . $key); ?> "><?php echo $value; ?> </a></li> <?php } ?> </ul> </li> <?php } ?> <li><a href="javascript:aat_rld()" accesskey="r"><?php echo $arrLanguageMenu['reload'];
<li><a href="<?php echo Tzn::concatUrl($pLink, 'show=next'); ?> "><?php echo $arrLanguageMenu['next_queues']; ?> </a></li> <li><a href="<?php echo Tzn::concatUrl($pLink, 'show=future'); ?> "><?php echo $arrLanguageMenu['future_queues']; ?> </a></li> <li><a href="<?php echo Tzn::concatUrl($pLink, 'show=past'); ?> "><?php echo $arrLanguageMenu['past_queues']; ?> </a></li> </ul> </li> <?php } ?> <?php } ?> </li>
function redirect($url, $message = '') { if (@constant('TZN_TRANS_ID')) { if (!ereg(session_id(), $url)) { $url = Tzn::concatUrl($url, session_name() . '=' . session_id()); } } if ($message) { $url = Tzn::concatUrl($url, 'tznMessage=' . urlencode($message)); } header("Location: " . $url); exit; }