PHPonTrax
[
class tree: PHPonTrax
] [
index: PHPonTrax
] [
all elements
]
Todo List
Packages:
PHPonTrax
PHPonTraxTest
Source for file layout.phtml
Documentation is available at
layout.phtml
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Scaffolding: </title>
<?php
echo
stylesheet_link_tag
(
"scaffold"
array
(
"media"
=>
"all"
))
?>
</head>
<body>
<?php
if
(
Session
::
isset_flash
(
"notice"
))
:
?>
<p style="color: green">
<?php
echo
Session
::
flash
(
"notice"
)
?>
</p>
<?php
elseif
(
Session
::
isset_flash
(
"error"
))
:
?>
<p style="color: red">
<?php
echo
Session
::
flash
(
"error"
)
?>
</p>
<?php
endif
;
?>
<?php
echo
$content_for_layout
?>
</body>
</html>
Documentation generated on Mon, 21 May 2007 22:28:43 -0600 by
phpDocumentor 1.3.2