Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
blank.php
1
<?php
29
header(
'Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'
);
30
header(
'Pragma: no-cache'
);
31
header(
'Expires: '
.gmdate(
'D, d M Y H:i:s'
, time()-3600).
' GMT'
);
32
33
require(dirname(__FILE__).
'/header.php'
);
34
?>
35
<script language=
"JavaScript"
type=
"text/javascript"
>
36
function
popup_init() {
37
// do nothing, just here so that we overright the popup_init() fn
38
// that may have been set by a previous pop-up
39
// needed for Netscape
40
}
// end popup_init()
41
</script>
42
<?php
43
44
require(dirname(__FILE__).
'/footer.php'
);
45
46
?>
squiz_matrix
core
assets
bodycopy
bodycopy
popups
blank.php
Generated on Tue Jan 29 2013 14:04:35 for Squiz Matrix by
1.8.3.1