Commit 29d4a3f1cb239548a2a7d61ec5a2e63e8faee144

Authored by Administrator
1 parent 90a38d21

changed popular items in pageController itemAction, and added links to addresses

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/slider.php
... ... @@ -15,7 +15,7 @@ class slider extends \db
15 15 public.slider
16 16 WHERE lang_id = :lang_id
17 17 ORDER BY
18   - weight ASC
  18 + id ASC
19 19 LIMIT
20 20 '.\config::get( 'limits/admin_orders' ).'
21 21 OFFSET
... ...