aboutsummaryrefslogtreecommitdiffstats
path: root/mod/page.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/page.php')
-rw-r--r--mod/page.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/page.php b/mod/page.php
index b227227bb..d91f8d866 100644
--- a/mod/page.php
+++ b/mod/page.php
@@ -60,7 +60,7 @@ function page_content(&$a) {
notice( t('Item not found.') . EOL);
return;
}
-
+dbg(1);
if($r[0]['layout_mid']) {
$l = q("select body from item where mid = '%s' and uid = %d limit 1",
dbesc($r[0]['layout_mid']),
@@ -72,6 +72,9 @@ function page_content(&$a) {
comanche_parser(get_app(),$l[0]['body']);
}
}
+dbg(0);
+
+logger('layout: ' . print_r($a->layout,true));
// Use of widgets should be determined by Comanche, but we don't have it yet, so...