aboutsummaryrefslogtreecommitdiffstats
path: root/include/menu.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2016-08-02 10:56:47 +0200
committerzottel <github@zottel.net>2016-08-02 10:56:47 +0200
commitdd83f6f3567ffa58b6addf2bc070ee244c868138 (patch)
treee9b9ab6e5b9b04a5a667f1ae0363b5f11d140f52 /include/menu.php
parent55eda16b61041cf5d3aa941f3b2b4329246b1028 (diff)
parent69354e808f35b57e169fa662b75498a97dd1dfee (diff)
downloadvolse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.gz
volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.tar.bz2
volse-hubzilla-dd83f6f3567ffa58b6addf2bc070ee244c868138.zip
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'include/menu.php')
-rw-r--r--include/menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.php b/include/menu.php
index 71d0e3ffe..3b0180d37 100644
--- a/include/menu.php
+++ b/include/menu.php
@@ -49,7 +49,7 @@ function menu_element($channel,$menu) {
$entry['link'] = str_replace(z_root() . '/channel/' . $channel['channel_address'],'[channelurl]',$it['mitem_link']);
$entry['link'] = str_replace(z_root() . '/page/' . $channel['channel_address'],'[pageurl]',$it['mitem_link']);
- $entry['link'] = str_replace(z_root() . '/store/' . $channel['channel_address'],'[storeurl]',$it['mitem_link']);
+ $entry['link'] = str_replace(z_root() . '/cloud/' . $channel['channel_address'],'[cloudurl]',$it['mitem_link']);
$entry['link'] = str_replace(z_root(),'[baseurl]',$it['mitem_link']);
$entry['desc'] = $it['mitem_desc'];