|
I've searched a bunch, but I haven't found an answer to this question yet:
I'm developing a pligg site with a custom template. I want to add some new pages to my template that don't come with the standard pligg install. For example, I want to create an "About" page explaining the site. I also want to create a "Contact" page and a blog. I'd like these pages to include the pligg header, footer, and sidebar, so I assume I need a new .tpl file.
Creating the .tpl is easy (just a text file), but how do I link to it? How do I make sure that when that URL is called from a link on my pligg site, the header, footer, and sidebar are included in the resulting page? I don't even know exactly how to call the URL, all the URLs in pligg are something like <a href="{$URL_submit}">
Basically, how do I add more templated pages to pligg?
Thanks for the help!
|