Jump to content

Recommended Posts

Posted

Yes there is.  go in to core/modules/pages/pages.php........there is some code for including the title, just remove it...Or just don't put a title.....either way.

Posted

So, what code would I use for that? Or could I just take the code from the RouteMap.php and put it into the page I want it in? I don't think you went over templates.

  • Administrators
Posted

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

Posted

Thanks, it worked great. However the map refuses to center using a

<div align="center">

before the php starts. It's the same with my schedule routmap. What should I be putting and where?

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...