aboutsummaryrefslogtreecommitdiffstats
path: root/mod/page.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-03 01:57:11 -0700
committerfriendica <info@friendica.com>2013-09-03 01:57:11 -0700
commit0be8e4061c42372a60e0274e7947edcb81625eaa (patch)
tree0c00759b9a9d73bdc31950377bdf66860b5a5919 /mod/page.php
parent9d262a186f4d7532d74f2eced4959372a9b7f392 (diff)
downloadvolse-hubzilla-0be8e4061c42372a60e0274e7947edcb81625eaa.tar.gz
volse-hubzilla-0be8e4061c42372a60e0274e7947edcb81625eaa.tar.bz2
volse-hubzilla-0be8e4061c42372a60e0274e7947edcb81625eaa.zip
testing Comanche
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...