fix shorttags

This commit is contained in:
mappu 2013-09-28 13:27:42 +12:00
parent cf1ffd6b1e
commit eefefef0d9
1 changed files with 2 additions and 2 deletions

View File

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