From 0043ef66b68cbdf1ae978e04f8bdeca39e6efa64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Dec 2013 00:25:32 -0800 Subject: mod_network is now running under Comanche. Yay. --- boot.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'boot.php') 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); /** -- cgit v1.2.3