Jump to content

xpla

Members
  • Posts

    6
  • Joined

  • Last visited

Reputation

0 Neutral

About xpla

  1. My post is clear. I want to know where moodle "creates" the $menu variable in header.html of a theme. There's the login and the language selection. I want to modify the html behing the language selection and the login and this is stored in a variable named $menu.
  2. Sorry for choosing the wrong Forum. It will be better if i'm asking directly on the moodle site for developers.
  3. Sorry that i wrote a little bit inapprehensible. I don't want to change any language strings. I want to change the code behind where the output is created! I want to hack the source code to create an output i'll like to have! So i need to know where $menu is "created".
  4. In my Theme there's in header.html the php variabel $menu and i want to knwo, where moodle get's the code behind $menu ... And behind $menu there must be HTML and PHP ...
  5. No, i want to change the html code behind. With css i'm very familiar.
  6. Hi there, i try to customize the header of my theme but i'm stuck with problem changing the output of the language chooser and the text "you're logged in ...". <?php echo $menu ?> This is the part where i want to change the code behind, but i'm not able to find where $menu is set. I hope somebody could help me pls.
×
×
  • Create New...