Files
DomFramework/Tests/layout.html

10 lines
101 B
HTML

<html>
<body>
Text
<?php if (isset($var)) {
echo $var;
} ?>
</body>
</html>