dreamjob/app/View/Home/home.ctp

20 lines
301 B
Plaintext
Raw Normal View History

2015-03-31 14:49:03 +02:00
<?php
/*
*
*/
?>
<div class="wrapper">
<div class="box">
<center><h1 style="font-size:50px">Jobs</h1></center>
<div class="openinggroup">
<?php
foreach($openings as $opening){
echo $this->element('job_opening_item',array('opening' => $opening));
}
?>
</div>
</div>
</div>>