Open your arcade/functions/functions.php and search for:
Code:
//-------------------------------------------
// Parses all the information and prints it.
//-------------------------------------------
function do_output($output_array)
{
global $header, $latest_champ,
After that add: $nav2, so it looks like:
Code:
//-------------------------------------------
// Parses all the information and prints it.
//-------------------------------------------
function do_output($output_array)
{
global $header, $latest_champ, $nav2,
Save and upload functions.php to the arcade/functions/ folder