วิธีการทำ อ้างอิง Themes defaults ตามบอร์ดที่ผมใช้นะครับ
เปิดไฟล์ defaults/index.template.php
ค้นหา ข้อความ
// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;
-------------------------------------------------------------------------
แทรก code ต่อท้าย
echo '
<div id="main_menu">
<ul class="dropmenu" id="menu_nav">';
echo' <li id="button_index">
<a class="firstlevel" href="http://www.jaikonjaunt.com/index.php">
<span class="firstlevel">home</span>
</a>
</li>';