Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Heavy Theming
![Tiggr](https://secure.gravatar.com/avatar/53b5276ce0875634bdf53ee31f086447/?default=https%3A%2F%2Fvanillicon.com%2Fa12ff57a2538b4b5b0c12ba4fc696f14_100.png&rating=g&size=100)
Hi!
I want to do some theming! But for this, I have to change the html-structure of the page, want to move some parts around.
Especialy the tabs. But if I move the code for the tabs out of menu.php to panel.php, where I need it, it doesn't know anything of the tabs and throws an error.
How may I get the informations about the tabs into panel.php?
Bye
Tiggr
I want to do some theming! But for this, I have to change the html-structure of the page, want to move some parts around.
Especialy the tabs. But if I move the code for the tabs out of menu.php to panel.php, where I need it, it doesn't know anything of the tabs and throws an error.
How may I get the informations about the tabs into panel.php?
Bye
Tiggr
0
This discussion has been closed.
Comments
All I have to do, is adding this lines to conf/conf.php: But how may I do this, without changing conf/conf.php, but inside the theme?
Bye
Tiggr
And the next question:
How may I add my own css to the header?
Is there some sort of conf.php for themes? A place to put code to execute before all other theme files?
Tiggr