forked from HANYANG/HANYANG_MES
Update home_dir/www/index.php
This commit is contained in:
parent
f538de2832
commit
a2d251bb18
|
|
@ -15,7 +15,7 @@ include_once "{$_SERVER['DOCUMENT_ROOT']}/common.inc.php";
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach( $clist->pages as $page ){?>
|
<?php foreach( $clist->pages as $page ){?>
|
||||||
<li><?=$page?></li>
|
<li><?=$page?> <?='test'?></li>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue