Log in

View Full Version : Can someone tell me where the header information is kept?


tbaleno
02-22-2006, 08:56 PM
I want to use the header information on other parts of my web site and I'm wondering if it is stored in the database and if so what tables. Is there a place where this is documented? Are all the style and template options stored in the database or elsewhere?

Marco van Herwaarden
02-22-2006, 10:40 PM
Yes they are stored in the database. You can retrieve them by calling fetch_template and eval'ing that. See almost any vB-script for examples.