diff options
Diffstat (limited to 'template/page.phtml')
-rw-r--r-- | template/page.phtml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/template/page.phtml b/template/page.phtml index d828030..1cbd2c5 100644 --- a/template/page.phtml +++ b/template/page.phtml @@ -17,12 +17,6 @@ </head> <body> <? include('assemblies/header.phtml') ?> - - <h1><?=h($title)?> - 31C3 Streaming</h1> - <? if(@$subtitle): ?> - <h2><?=h($subtitle)?></h2> - <? endif ?> - <? include("$page.phtml") ?> </body> </html> |