1
0
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:
Cameron
2017-02-06 11:18:36 -08:00
parent e14a470951
commit 37c18e822e
5 changed files with 53 additions and 26 deletions

View File

@@ -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);
}