aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-12 23:01:55 +0100
committerThomas Willingham <founder@kakste.com>2013-07-12 23:01:55 +0100
commitf45efcab780cefaaa5a677684ac1fc444632a3de (patch)
tree7a5c45ca101b782f7f326b8655ac47e5fec3ceec /mod
parentc28f7e06222ac8ef1adf1e7813d1f2c5d0cd130a (diff)
downloadvolse-hubzilla-f45efcab780cefaaa5a677684ac1fc444632a3de.tar.gz
volse-hubzilla-f45efcab780cefaaa5a677684ac1fc444632a3de.tar.bz2
volse-hubzilla-f45efcab780cefaaa5a677684ac1fc444632a3de.zip
Small amount of work on webpages.
Diffstat (limited to 'mod')
-rw-r--r--mod/webpages.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod/webpages.php b/mod/webpages.php
index 1e9efa544..0567f1b32 100644
--- a/mod/webpages.php
+++ b/mod/webpages.php
@@ -65,8 +65,11 @@ $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(
- '$editlink' => t('Edit'),
- '$pages' => $pages,
+ '$editlink' => t('Edit'),
+ '$pages' => $pages,
+ '$channel' => $a->profile['channel_address'],
+ '$view' => t('View'),
+
));