From a4e1b4945a7becca5c0cea66edde286cb4080e41 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 11 Jul 2013 01:37:41 +0100 Subject: Non-translatable string plus feature enabled check --- mod/webpages.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/webpages.php') diff --git a/mod/webpages.php b/mod/webpages.php index 3a3e30309..1e9efa544 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -65,7 +65,8 @@ $r = q("select * from item_id where uid = %d and service = 'WEBPAGE'", // This isn't pretty, but it works. Until I figure out what to do with the UI, it's Good Enough(TM). return $o . replace_macros(get_markup_template("webpagelist.tpl"), array( - '$pages' => $pages + '$editlink' => t('Edit'), + '$pages' => $pages, )); -- cgit v1.2.3