Not signed in (Sign In)

Categories

Vanilla 1.1.4 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.
  1.  # 1
    Here's an easy question for anybody who's marginally familiar with Vanilla: how do I add a stylesheet to all the pages? I'm trying to make an extension, and I need the command that I can place in my extension to add a stylesheet to all the pages. Thanks in advance!
    • CommentAuthormiquel
    • CommentTimeMay 16th 2008
     # 2
    then maybe something likeif(isset($Head)) $Head->AddStyleSheet(...);would do the trick
  2.  # 3
    Vanilla:Development:GettingStarted will tell you to look at library/Framework/Framework.Control.Head.php (the AddStyleSheet method).

    A helpful resource is the Vanilla:ClassTree. But the best place to start is to look through the documentation on Developing New Extensions. :)
Add your comments
    Username Password
  • Format comments as