Open the mobile themes index.template.php
Find
// Append the common controls into the navigation
$buttons = array(
'home' => array('icon' => 'home', 'url' => $scripturl, 'text' => 'home'),
);
Change to
// Append the common controls into the navigation
$buttons = array(
'home' => array('icon' => 'home', 'url' => $scripturl, 'text' => 'home'),
'forum' => array('icon' => 'grid', 'url' => $scripturl, 'text' => 'forum'),
);