How do I add new pages with general content and still have all the borders show up,
I'd like to have another page like:
/catalog/includes/languages/english/index.php
should I just copy index.php and make it:
/catalog/includes/languages/english/indexp2.php
but then I need to create one for each language? and fix:
/catalog/index.php
I guess I don't understand when the url is:
/catalog/index.php
and it shows the content of:
/catalog/includes/languages/english/index.php
how do I create:
/catalog/indexp2.php
to show the content of:
/catalog/includes/languages/english/indexp2.php
thanks,
steve

