diff options
author | friendica <info@friendica.com> | 2013-12-10 00:58:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-10 00:58:58 -0800 |
commit | 65e4fa3dcba55659b6fb38d5d212a5a2bda68099 (patch) | |
tree | 01228c0b98530357943bb73eb873c37099d2e112 /boot.php | |
parent | 0043ef66b68cbdf1ae978e04f8bdeca39e6efa64 (diff) | |
download | volse-hubzilla-65e4fa3dcba55659b6fb38d5d212a5a2bda68099.tar.gz volse-hubzilla-65e4fa3dcba55659b6fb38d5d212a5a2bda68099.tar.bz2 volse-hubzilla-65e4fa3dcba55659b6fb38d5d212a5a2bda68099.zip |
matrix/network page under Comanche cont.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1872,6 +1872,7 @@ function construct_page(&$a) { if($comanche) { foreach($a->layout as $k => $v) { + logger('layout: ' . $k . ' ' . strlen($v)); if((strpos($k,'region_') === 0) && strlen($v)) { if(strpos($v,'$region_') !== false) { $v = preg_replace_callback('/\$region_([a-zA-Z0-9]+)/ism','comanche_replace_region',$v); @@ -1887,6 +1888,7 @@ function construct_page(&$a) { } $a->page[substr($k,7)] = $v; + } } } |