From 0be8e4061c42372a60e0274e7947edcb81625eaa Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 3 Sep 2013 01:57:11 -0700 Subject: testing Comanche --- mod/page.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod/page.php') 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... -- cgit v1.2.3