mod_network is now running under Comanche. Yay.

This commit is contained in:
friendica
2013-12-10 00:25:32 -08:00
parent e873f6e95e
commit 0043ef66b6
3 changed files with 12 additions and 10 deletions

View File

@@ -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);
/**