06-13-2015, 11:37 AM
Subs.php de bulun
altına ekleyin
[/code]'yenibuton' => array(
'title' => 'yenibuton',
'href' => 'http://www.smfmod.com',
'show' => true,
'sub_buttons' => array(
),
),[/code]
rc2 ve üstü için
rc2 için bu şekilde yapın (bilmeyenler için yazdım)
[/code]'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
// 'target' => '_blank',
),[/code]
bul
altına ekle.
Kod:
$buttons = array(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),
altına ekleyin
[/code]'yenibuton' => array(
'title' => 'yenibuton',
'href' => 'http://www.smfmod.com',
'show' => true,
'sub_buttons' => array(
),
),[/code]
rc2 ve üstü için
rc2 için bu şekilde yapın (bilmeyenler için yazdım)
[/code]'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
// 'target' => '_blank',
),[/code]
bul
Kod:
'yeni buton' => array(
'title' => 'yeni buton',
'href' => 'http://www.smfmod.com',
'show' => true,
'sub_buttons' => array(
),
),
altına ekle.
!!Yeah!!, proud to be a member of Support.10TL.NET(Genel Destek Platformu) since Jun 2015.