diff options
author | friendica <info@friendica.com> | 2013-09-03 01:57:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-03 01:57:11 -0700 |
commit | 0be8e4061c42372a60e0274e7947edcb81625eaa (patch) | |
tree | 0c00759b9a9d73bdc31950377bdf66860b5a5919 /mod/page.php | |
parent | 9d262a186f4d7532d74f2eced4959372a9b7f392 (diff) | |
download | volse-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.php | 5 |
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... |