fix shorttags
This commit is contained in:
parent
cf1ffd6b1e
commit
eefefef0d9
@ -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) { ?>
|
||||||
|
Reference in New Issue
Block a user