| Current Path : /var/www/cesa.co.za/ccmadmin/ |
| Current File : /var/www/cesa.co.za/ccmadmin/userfn7.php |
<?php
// Global user functions
// Page Loading event
function Page_Loading() {
//echo "Page Loading";
}
// Page Unloaded event
function Page_Unloaded() {
//echo "Page Unloaded";
if ($_GET["export"]=="print") {
echo "<script> window.print(); </script>";
}
}
include("inc_functions.php");
?>