Üst Menüye Yeni Buton EklemeSubs.phpBul
$buttons = arr(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),Üstteki Kodun Hemen Altına Ekle
'butonadı' => array(
'title' => 'Buton İsmini Buraya Yaz',
'href' => 'http://www. .com',
'show' => true,
'sub_buttons' => array(
),
),Modifications.turkish.phpBul
?>Üstüne Ekle
$txt['butonadı'] = 'butonadı';Linkback:
Üst Menüye Yeni Buton Ekleme