fix shorttags

This commit is contained in:
mappu 2013-09-28 13:27:42 +12:00
parent cf1ffd6b1e
commit eefefef0d9

View File

@ -347,11 +347,11 @@ function buildall() {
ob_start(); ob_start();
?> ?>
<? if (file_exists(BASEDIR.'homepage_blurb.htm')) { ?> <?php if (file_exists(BASEDIR.'homepage_blurb.htm')) { ?>
<!-- homepage blurb {{ --> <!-- homepage blurb {{ -->
<?=file_get_contents(BASEDIR.'homepage_blurb.htm')?> <?=file_get_contents(BASEDIR.'homepage_blurb.htm')?>
<!-- }} --> <!-- }} -->
<? } ?> <?php } ?>
<table class="projtable"> <table class="projtable">
<?php foreach ($plist as $pr) { ?> <?php foreach ($plist as $pr) { ?>