language support added; Romanian language added; preparing to create jQuery UI video...
[living-lab-site.git] / application / views / catalog / index_view.php
1 <div id="body">
2 <div id="content">
3
4 <?php foreach ($videos_summaries as $videos_summary):
5         echo $videos_summary;
6 endforeach ?>
7
8 </div>
9 </div>