From 94335f237fdadd93b86b271526c25c2a77de9c40 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 10 Aug 2013 22:06:30 +0100 Subject: Initial shot at write_pages widget --- include/page_widgets.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/page_widgets.php (limited to 'include/page_widgets.php') diff --git a/include/page_widgets.php b/include/page_widgets.php new file mode 100644 index 000000000..21d5e5382 --- /dev/null +++ b/include/page_widgets.php @@ -0,0 +1,12 @@ + t('New Page'), + '$newurl' => "webpages/$who", + '$edit' => t('edit'), + '$editurl' => "editwebpage/$who/$which" + )); +} + -- cgit v1.2.3