roboa
1
Hi,
What i’m trying to is put the routemap of all the flights onto another page with other stuff. I am presuming that I can call the routemap like this:
<?php Module::Show('Routemap.php'); ?>
However that wouldn’t work. Is it possible? The other thing was, will the phpvms admin page system allow php?
cheers,
roboa
<?php
MainController::Run("ModuleName", "functionName', parameter1, parameter2, etc);
?>
parameters are optional
roboa
4
So, this would call the routemap?
MainController::Run("Routemap", "Routemap.php")
Also, how can I create a page which will show that? I tried putting it into a page created through the admin panel and it didn’t work.
cheers,
roboa
nabeel
5
You can just call a module directly:
index.php/Routemap
roboa
6
What I’m wanting to do though is have content on the routemap page but not on the other pages which use the routemap module if you get what I mean.