do not use empty() without write-context

This commit is contained in:
coderkun 2014-04-24 12:38:52 +02:00
commit bc1650d3cb
242 changed files with 24652 additions and 0 deletions

View file

@ -0,0 +1,2 @@
<h1>Fehler</h1>
<p class="error"><?=$code?>: <?=$string?></p>

16
views/fault/fault.tpl Normal file
View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>The Legend of Z</title>
</head>
<body>
<h1>The Legend of Z</h1>
<article>
<?=$intermediate?>
</article>
</body>
</html>