ich benutze 3.0.5 version und wollte eignetlich nur für Startseite title ändern. Geht das überhaupt?
also, es ist immer so
Code: Alles auswählen
<title>{PAGE_TITLE} :: {SITENAME}</title>
Code: Alles auswählen
<title>Title nach Wünsch</title>
Code: Alles auswählen
<title>{PAGE_TITLE} :: {SITENAME}</title>
Code: Alles auswählen
<title>Title nach Wünsch</title>
Code: Alles auswählen
'S_LOGIN_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=login'),
Code: Alles auswählen
'S_ON_INDEX_PAGE' => true,
Code: Alles auswählen
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
Code: Alles auswählen
<!-- IF S_ON_INDEX_PAGE -->
<title>Wunschtitel</title>
<!-- ELSE -->
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- ENDIF -->