+
+ 'buttonGrey',
+ 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0),
+ 'value' => template::ico('left')
+ ]); ?>
+
+
+
+
+
+
+
+ helper::baseUrl() . $module::$previousPage,
+ 'value' => template::ico($module::$leftButton)
+ ]);
+ } ?>
+
+
+ helper::baseUrl() . $module::$nextPage,
+ 'value' => template::ico($module::$rightButton)
+ ]);
+ } ?>
+
+
\ No newline at end of file