CIS: CIWorker works; now we need communication via web services
[living-lab-site.git] / application / views / catalog / search_results_view.php
index f6146d4..30b7aac 100644 (file)
@@ -28,7 +28,7 @@
                        ?>
                </div>
                <div class="video-username">
-                       <?php echo $this->lang->line('ui_from') . ' TODO' //TODO ?>
+                       <?php echo $this->lang->line('ui_from') ?> <a href="<?php echo site_url("user/profile/{$video['username']}") ?>"><?php echo $video['username'] ?></a>
                </div>
        </div>
        <?php endforeach ?>