- Timestamp:
- 02/26/09 18:56:34 (3 years ago)
- Files:
-
- 1 modified
-
branches/portal_by_daris/panels/pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/panels/pages.php
r5 r59 21 21 'SELECT' => 'pg.id, pg.title, pg.content', 22 22 'FROM' => 'pages AS pg', 23 'WHERE' => 'pg.position<>-1', 24 'ORDER BY' => 'pg.position ASC', 23 'ORDER BY' => 'pg.title ASC', 25 24 ); 26 25 ($hook = get_hook('pr_menu_qr_get_pages')) ? eval($hook) : null;