<?php
/* Please see the README and LICENSE files. */
require("../../lib/main.php");
?>
<div style="background-color:#E0E0E0;">
<? if(isset($_GET['update'])){echo("You clicked the \"update\" link.<br/><br/>");} ?>
This, is loaded by itself<br/>
Still using the framework.
<br/>
<a href="?update" target="_self">Change this box</a>
</div>
<?
// Note: Not using template wrapper here
//
// As long as the main.php script defaults to wrapping, and there is no
// other script to use (might change, piece.php in addition to main.php),
// it is required to end publish manually, to prevent the auto-wrapping
$__system_output_manager__->end_publish();
?>