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.
how can i get the 2 headers on all my site pages?
how can i get the 2 headers on all my site pages?
i would like to put those two headers
at the top of all my pages
how?
just the code is what i need
thank you
some kind of code where i can edit the text and link to where i need it to go to
thank you
^^
i would like to put those two headers
at the top of all my pages
how?
just the code is what i need
thank you
some kind of code where i can edit the text and link to where i need it to go to
thank you
^^
0
This discussion has been closed.
Comments
Say you have header1.php and header2.php. At the top of your page(s) use
<?php include('link/to/header1.php'); include('link/to/header2.php'); ?>
<?php include('http://www.yoursite.com/Vanilla/extensions/YourBanner/default.php'); ?>