patch to allow theme based widgets

This commit is contained in:
redmatrix
2015-07-23 18:49:37 -07:00
parent 3ec6a431b6
commit 27fa908233
5 changed files with 8 additions and 4 deletions

View File

@@ -2051,7 +2051,6 @@ function load_pdl(&$a) {
if((! $s) && (($p = theme_include($n)) != ''))
$s = @file_get_contents($p);
if($s) {
comanche_parser($a, $s);
$a->pdl = $s;