Guest Posted May 28, 2011 Report Posted May 28, 2011 En Hello I like to put on my site the link Fleet. I tried using the <?php/* * Copyright Mitchell Williamson 2009 * Version 1.0 * vhmrw.site90.com */ class Fleet extends CodonModule { public function index() { Template::Show('fleet_main.tpl'); } } in index.php on the 'pages' but is not working. How do I do that? ----------------------------- Br Olá. Eu gostaria de colocar no meu site o link Frota. Tentei usar o <?php/* * Copyright Mitchell Williamson 2009 * Version 1.0 * vhmrw.site90.com */ class Fleet extends CodonModule { public function index() { Template::Show('fleet_main.tpl'); } } no index.php do pages mas não está dando certo. Como faço isso? Quote
James142 Posted May 29, 2011 Report Posted May 29, 2011 En Hello I like to put on my site the link Fleet. I tried using the in index.php on the 'pages' but is not working. How do I do that? ----------------------------- Br Olá. Eu gostaria de colocar no meu site o link Frota. Tentei usar o no index.php do pages mas não está dando certo. Como faço isso? Do you have your fleet_main.tpl file in your core > templates folder? Kindest Regards, James Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.