Changeset 9 for branches/portal_by_daris
- Timestamp:
- 02/08/09 08:50:31 (3 years ago)
- Location:
- branches/portal_by_daris
- Files:
-
- 2 modified
-
admin/panels.php (modified) (1 diff)
-
panels/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/admin/panels.php
r5 r9 44 44 $location = intval($_POST['location']); 45 45 $file = $_POST['file']; 46 $position = intval($_POST['position']);46 $position = /*intval($_POST['position'])*/0; 47 47 48 48 ($hook = get_hook('afo_add_forum_form_submitted')) ? eval($hook) : null; -
branches/portal_by_daris/panels/menu.php
r5 r9 29 29 'SELECT' => 'pg.id, pg.title, pg.content', 30 30 'FROM' => 'pages AS pg', 31 'WHERE' => 'pg.position<>-1',32 'ORDER BY' => 'pg.position ASC',33 31 ); 34 32 ($hook = get_hook('pr_menu_qr_get_pages')) ? eval($hook) : null;