bart - you just insert the code for example<?php echo phpinfo(); ?> where you want it to be in the template you want. E.g copy "pages_default.tpl" and change the name to "your_pages_default.tpl". Add the code <?php echo phpinfo(); ?>where you want it to be. Then you choose that template to be used on your site. You choose that template in admin/pages/yourpagename To the right you have the tabs "Options" "View" "Files" "SEO". Click on "View" and find the Template "your_pages_default.tpl". There you choose your template to be used.
cgan
bart10001
2008-04-03 19:44
Thanks for the reply. But its not working.
I copy pages_default.tpl to my computer. I add there my code <?PHP include ("123tijdschrift.php");?> . I upload this file with the name 'your_pages_default.tpl I made a new page in the admin and I choose template 'your_pages_default.tpl But its not working.