X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fviews%2Fcatalog%2Fvideos_summary_view.php;h=66e5f294dbe3dcc2d856d47a8e2288701f49e465;hb=85bae784f30d1777db15f43d2e3ce04a2c3e8653;hp=25e496be78c9e0c70093a439c82dd0cfbc0ea335;hpb=3393d7d6a6968abebf0bdabb81f17eff8b46b477;p=living-lab-site.git diff --git a/application/views/catalog/videos_summary_view.php b/application/views/catalog/videos_summary_view.php index 25e496b..66e5f29 100644 --- a/application/views/catalog/videos_summary_view.php +++ b/application/views/catalog/videos_summary_view.php @@ -4,6 +4,21 @@ + + $this->lang->line('ui_show_hottest'), + 'newest'=> $this->lang->line('ui_show_newest'), + 'alphabetically'=> $this->lang->line('ui_sort_alphabetically') + ); + + echo '

'; + echo form_dropdown('ordering', $ordering_opts, $ordering, 'id="ordering"'); + echo '

'; + } + ?> @@ -38,4 +53,19 @@
- \ No newline at end of file + + + \ No newline at end of file