aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-11 19:43:41 -0800
committerfriendica <info@friendica.com>2013-12-11 19:43:41 -0800
commitb4e1e8a4a43721d0134e41944afaa9f45bcd8aa8 (patch)
tree4ad54778112984ced01500e25cb16b44b98f256f /boot.php
parent2f46bacded409c86514bc7542a01337c3cbf642a (diff)
downloadvolse-hubzilla-b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8.tar.gz
volse-hubzilla-b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8.tar.bz2
volse-hubzilla-b4e1e8a4a43721d0134e41944afaa9f45bcd8aa8.zip
The affinity tool is not a "traditional" widget. But it is nevertheless a widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ce85de89c..1396de641 100755
--- a/boot.php
+++ b/boot.php
@@ -1883,7 +1883,8 @@ function construct_page(&$a) {
$v = str_replace('$nav',$a->page['nav'],$v);
}
if(strpos($v,'$content') !== false) {
- $v = str_replace('$content',$a->page['section'],$v);
+
+ $v = str_replace('$content',$a->page['content'],$v);
}
$a->page[substr($k,7)] = $v;