From 7dd373fa7e706a9ae7eed54b3e0c989e4baa962a Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Mar 2014 14:17:01 -0800 Subject: lots of little fixes to blocks --- mod/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/blocks.php') diff --git a/mod/blocks.php b/mod/blocks.php index 9a4e0b1ca..81337448c 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -88,7 +88,7 @@ $r = q("select * from item_id where uid = %d and service = 'BUILDBLOCK' order by //Build the base URL for edit links $url = z_root() . "/editblock/" . $which; // 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( + return $o . replace_macros(get_markup_template("blocklist.tpl"), array( '$baseurl' => $url, '$edit' => t('Edit'), '$pages' => $pages, -- cgit v1.2.3