Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorTiggr
    • CommentTimeSep 24th 2006
     # 1
    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
    •  
      CommentAuthorTiggr
    • CommentTimeSep 24th 2006
     # 2
    OK, I got it!

    All I have to do, is adding this lines to conf/conf.php:

    $Configuration['CONTROL_POSITION_MENU'] = '300';
    $Configuration['CONTROL_POSITION_PANEL'] = '200';


    But how may I do this, without changing conf/conf.php, but inside the theme?

    Bye
    Tiggr
    •  
      CommentAuthorTiggr
    • CommentTimeSep 25th 2006
     # 3
    Hi!

    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
Add your comments
    Username Password
  • Format comments as