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=153b96df8948152fd5cb50ed72273e6e4d0aa23d;hpb=19dcbb3149e52c88b7a38f05ef85b80db49fcb72;p=living-lab-site.git diff --git a/application/views/catalog/videos_summary_view.php b/application/views/catalog/videos_summary_view.php index 153b96d..66e5f29 100644 --- a/application/views/catalog/videos_summary_view.php +++ b/application/views/catalog/videos_summary_view.php @@ -1,9 +1,24 @@

- "> + ">

+ + $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