SMF 2.0.x sürümüne uyumlu buton eklemek için:
public_html/Sources/Subs.php dosyasını açın:
Ara:
$buttons = arr(
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
),
Altina ekleyin:
'butonadı' => array(
'title' => 'Radyo',
'href' => 'http://www.uyanangenclik.com/radyo.htm',
'show' => true,
'sub_buttons' => array(
),
),