some anomolies found when viewing connections in various cases.
This commit is contained in:
4
boot.php
4
boot.php
@@ -1810,9 +1810,7 @@ function construct_page(&$a) {
|
||||
|
||||
if(! count($a->layout)) {
|
||||
$n = 'mod_' . $a->module . '.pdl' ;
|
||||
$u = get_theme_uid();
|
||||
if((! $u) && $a->profile_uid)
|
||||
$u = $a->profile_uid;
|
||||
$u = comanche_get_channel_id();
|
||||
if($u)
|
||||
$s = get_pconfig($u,'system',$n);
|
||||
if((! $s) && (($p = theme_include($n)) != ''))
|
||||
|
||||
Reference in New Issue
Block a user