Jump to content

Automatic title addition


roboa

Recommended Posts

Just thought I would put this here to save creating another topic.

When using the route map using the files in Nabeel's tutorial, is there a way to put it into another page i.e put the map onto a seperate routes page. That seems a bit vague I know;) So, i've tried to put it into an image too.

http://img18.imageshack.us/img18/7553/routemap.jpg

cheers!

Link to comment
Share on other sites

  • Administrators

You could just include it in routemap.php, using the template. Create a file in the core/templates folder called "routemap_page.tpl" or something like that, and put in your HTML in there.

Then in the routemap.php, just put:

<?php
Template::Show('routemap_page.tpl');

Wherever you want that template to show up

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...