aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-10 00:25:32 -0800
committerfriendica <info@friendica.com>2013-12-10 00:25:32 -0800
commit0043ef66b68cbdf1ae978e04f8bdeca39e6efa64 (patch)
tree92a04e8251e99b2212d785d082a2277b4e822cd3 /boot.php
parente873f6e95ed167e48a557365089ec97abee473cc (diff)
downloadvolse-hubzilla-0043ef66b68cbdf1ae978e04f8bdeca39e6efa64.tar.gz
volse-hubzilla-0043ef66b68cbdf1ae978e04f8bdeca39e6efa64.tar.bz2
volse-hubzilla-0043ef66b68cbdf1ae978e04f8bdeca39e6efa64.zip
mod_network is now running under Comanche. Yay.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a90d042a5..cf94c13e3 100755
--- a/boot.php
+++ b/boot.php
@@ -1808,7 +1808,10 @@ function get_custom_nav(&$a,$navname) {
function construct_page(&$a) {
require_once('include/comanche.php');
-
+
+ if(file_exists('view/pdl/mod_' . $a->cmd . '.pdl'))
+ comanche_parser($a,@file_get_contents('view/pdl/mod_' . $a->cmd . '.pdl'));
+
$comanche = ((count($a->layout)) ? true : false);
/**