forked from HANYANG/HANYANG_MES
Merge pull request 'Update home_dir/www/index.php' (#5) from hschoi/HANYANG_MES:master into master
Reviewed-on: HANYANG/HANYANG_MES#5
This commit is contained in:
commit
1bce2d4428
|
|
@ -15,7 +15,7 @@ include_once "{$_SERVER['DOCUMENT_ROOT']}/common.inc.php";
|
|||
<p>
|
||||
<ul>
|
||||
<?php foreach( $clist->pages as $page ){?>
|
||||
<li><?=$page?></li>
|
||||
<li><?=$page?> <?='test'?></li>
|
||||
<?php }?>
|
||||
</ul>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue