<?php
// calling the header.php
get_header();
// action hook for placing content above #container
// thematic_abovecontainer();
$page = $_GET['page'];
$page = base64_decode($page);
?>
<div class="main">
<iframe src="<?php echo get_bloginfo('wpurl').'/ERP/'.$page; ?>"
name="mainFrame" width="960" height="400" scrolling="no" frameborder="0" onload="this.height=mainFrame.document.body.scrollHeight" ></iframe>
</div>
<? get_footer();?>