PEAR2_Templates_Savant-0.3.0 › PEAR2_Templates_Savant-0.3.0/doc/pear2.php.net/PEAR2_Templates_Savant/examples/baseball/examples/baseball/BaseballTeam.tpl.php
- PEAR2_Templates_Savant-0.3.0/
- doc/
- pear2.php.net/
- PEAR2_Templates_Savant/
- examples/
- baseball/
- examples/
- templates/
- examples/
- examples/
- PEAR2_Templates_Savant/
- pear2.php.net/
- php/
- PEAR2/
- Autoload.php
- Exception.php
- MultiErrors/
- MultiErrors.php
- Templates/
- PEAR2/
- test/
- pear2.php.net/
- doc/
- package.xml
1
2
3
4
5
6
7
8
9
<html>
<head>
<title><?php echo $context->name; ?></title>
</head>
<body>
<h1><?php echo $context->name; ?></h1>
<?php echo $savant->render($context->output); ?>
</body>
</html>EOF
