<?php
/*
This file output the header/footer of the current template based upon the GET request
The requests can be made like this:
To output the header use: tpl.php?section=header
To output the footer use: tpl.php?section=footer
*/
// Our primary class
include(dirname(__FILE__) . '/api/iwp.php');
// Initialize everything
IWP::Init();
iwp_controller::getInstance('external')->ShowPage('external', true);