X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fviews%2Fcatalog%2Fvideos_summary_view.php;h=66e5f294dbe3dcc2d856d47a8e2288701f49e465;hb=93de016032e54b45db35f18d8538fd5b11a7c72e;hp=9184ad271994e588b0cfd4cf1af0ff3c385016cb;hpb=c3cb1c599db718a4fd81c7df57850fced9f64c02;p=living-lab-site.git diff --git a/application/views/catalog/videos_summary_view.php b/application/views/catalog/videos_summary_view.php index 9184ad2..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 '

'; + } + ?> @@ -11,7 +26,7 @@ $thumb_src = $video['thumbs'][ $video['default_thumb'] ]; ?>
- + + \ No newline at end of file