Quote:
Originally posted by DrkFusion
How would you go about having multiple pages? and adding new templates? so those new pages can be integrated within vbindex home
|
If you use the home template as the basis for a new page, and change the content of the center colum and remove any of the other stuff you don't want and add your content.
Save the template as a home_pagename (the template must start with
home_)
You can then access it using the following URL:
Code:
vbindex.php?page=pagename
Everything that is avalible on the vBindex page can be used within any new pages you create, eg you could swap the left and right colums on a new page.