I am having trouble getting this code working. I have a feeling I am suppose to put code in another file maybe?
<?php MainController::Run(‘Pilots’, ‘RecentFrontPage’, 8); ?>
Any idea what I am doing wrong?
I am having trouble getting this code working. I have a feeling I am suppose to put code in another file maybe?
<?php MainController::Run(‘Pilots’, ‘RecentFrontPage’, 8); ?>
Any idea what I am doing wrong?
What result are you getting, if any at all? url?
The above code should be placed in any of your template files. In your system, there are template files in your core/templates or lib/skins/your_skin_name folders.