Thanks,
where can i find the scripts which call the templates?
or in my case, where can i find the script that calls the navbar template
if there is a tutorial for this a link would be sufficient. unfortunately i didnt find an answer to that in the documentation
thanks again
--------------- Added [DATE]1236197534[/DATE] at [TIME]1236197534[/TIME] ---------------
well ok its the script shown in my browser adressbar i assume :-)
but now im stuck with defining the variable for the profile_picture
i did find the array list in my member.php
$globaltemplates = array(
'MEMBERINFO',
and so on
but where is the declaration?
which parts of the code do i have to implement in my index.php to be able to use the profilepicture in my index.php respectively all the other scripts i want to be able to see the user picture
|