mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Admin-ui quick page navigation added. Plugin class fixes. (admin navigation of plugins)
This commit is contained in:
@@ -1807,6 +1807,7 @@ class e_form
|
||||
}
|
||||
|
||||
|
||||
|
||||
require_once(e_CORE."shortcodes/single/nextprev.php");
|
||||
|
||||
$nextprev = array(
|
||||
@@ -1819,6 +1820,8 @@ class e_form
|
||||
'glyphs' => vartrue($options['glyphs'],false) // 1|0
|
||||
);
|
||||
|
||||
// e107::getDebug()->log($nextprev);
|
||||
|
||||
return nextprev_shortcode($nextprev);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user