user profile page; account activation backend (without UI)
[living-lab-site.git] / application / views / catalog / index_view.php
index 03ab7e5..9f4a519 100644 (file)
@@ -1,3 +1,8 @@
-<?php foreach ($videos_summaries as $videos_summary):
-       echo $videos_summary;
-endforeach ?>
\ No newline at end of file
+<?php foreach ($videos_summaries as $videos_summary): ?>
+<h1 class="category-title">
+       <a href="<?php echo site_url("catalog/category/{$videos_summary['category_name']}") ?>">
+               <?php echo $videos_summary['category_title'] ?>
+       </a>
+</h1>
+<?php echo $videos_summary['content']; ?>
+<?php endforeach ?>
\ No newline at end of file