aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-20 19:34:44 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-20 19:34:44 -0700
commit3ad52463f633b060bee519e8aa4d6e9453fdc2aa (patch)
tree5235655b2dd2e9a2af5f1179ebbff20dfdbd05b6 /index.php
parent177a6d7f79f5e237eb6d0811e8e28732a4c90d03 (diff)
downloadvolse-hubzilla-3ad52463f633b060bee519e8aa4d6e9453fdc2aa.tar.gz
volse-hubzilla-3ad52463f633b060bee519e8aa4d6e9453fdc2aa.tar.bz2
volse-hubzilla-3ad52463f633b060bee519e8aa4d6e9453fdc2aa.zip
more robust feed error handling, at the expense of performance.
Pass profile owner through HTML (yuk) to the ajax updater - as browser pre-fetch totally buggers passing it via the server session.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 9b9e708f7..0de0afd48 100644
--- a/index.php
+++ b/index.php
@@ -89,6 +89,7 @@ $a->page['content'] .= $debug_text;
$a->page['content'] .= '<div id="pause"><img src="" alt="" /></div>';
// build page
+
// Navigation (menu) template
if($a->module != 'install')
require_once("nav.php");