PHP- Kodu:
-- [ AÇ ] --
search.php
-- [ BUL ] --
$l_search_title = $user->lang['SEARCH_SELF'];
-- [ SONRASINA EKLE ] --
$l_search_title = ($search_fields === 'firstpost') ? $user->lang['SEARCH_SELF2'] : $l_search_title;
-- [ AÇ ] --
includesfunctions.php
-- [ BUL ] --
'U_SEARCH_SELF' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=egosearch'),
-- [ SONRASINA EKLE ] --
'U_SEARCH_SELF2' => append_sid("{$phpbb_root_path}search.$phpEx", 'search_id=egosearch&sf=firstpost'),
-- [ AÇ ] --
languagetrcommon.php
-- [ BUL ] --
'SEARCH_SELF' => 'Kendi İletileriniz',
-- [ SONRASINA EKLE ] --
'SEARCH_SELF2' => 'Konularınız',
-- [ AÇ ] --
stylesprosilvertemplatesoverall_header.html
-- [ BUL ] --
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
-- [ DEĞİŞTİR ] --
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • <a href="{U_SEARCH_SELF2}">{L_SEARCH_SELF2}</a>
-- [ SON ] --
tümünü kaydet. çık..