diff options
author | friendica <info@friendica.com> | 2014-03-05 14:17:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-05 14:17:01 -0800 |
commit | 7dd373fa7e706a9ae7eed54b3e0c989e4baa962a (patch) | |
tree | 7287422c2aa5cbcf3eb67eee51799793667cfca7 /mod/blocks.php | |
parent | d58abc0230e07663ce543088c186639d36f82f02 (diff) | |
download | volse-hubzilla-7dd373fa7e706a9ae7eed54b3e0c989e4baa962a.tar.gz volse-hubzilla-7dd373fa7e706a9ae7eed54b3e0c989e4baa962a.tar.bz2 volse-hubzilla-7dd373fa7e706a9ae7eed54b3e0c989e4baa962a.zip |
lots of little fixes to blocks
Diffstat (limited to 'mod/blocks.php')
-rw-r--r-- | mod/blocks.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |