Topic: Moving QuickJump Menu in Header
Hello,
Just asking what piece of code to paste in header.php or main.tpl to display the Quickjump menu ?
I have tried to copy/paste this code with no chance :
// Display the "Jump to" drop list
if ($pun_config['o_quickjump'] == '1')
{
// Load cached quickjump
@include PUN_ROOT.'cache/cache_quickjump_'.$pun_user['g_id'].'.php';
if (!defined('PUN_QJ_LOADED'))
{
require_once PUN_ROOT.'include/cache.php';
generate_quickjump_cache($pun_user['g_id']);
require PUN_ROOT.'cache/cache_quickjump_'.$pun_user['g_id'].'.php';
}
}
Thank you for your lights
regards,
Nicolas