*ggg* gutblossom10 hat geschrieben:Hab mich auf IE nicht mit meinem account eingelockt...

*ggg* gutblossom10 hat geschrieben:Hab mich auf IE nicht mit meinem account eingelockt...
Code: Alles auswählen
<!-- INCLUDE did_you_know.html -->
Code: Alles auswählen
// The following assigns all _common_ variables that may be used at any point in a template.
$template->assign_vars(array(
Code: Alles auswählen
// Did you know start
if (!function_exists('display_did_you_know'))
{
include($phpbb_root_path . 'includes/functions_did_you_know.' . $phpEx);
}
display_did_you_know();
// Did you know end
Code: Alles auswählen
<!-- INCLUDE did_you_know.html -->