From 27fa908233640eed51072fe77e7a9658a331ba20 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 23 Jul 2015 18:49:37 -0700 Subject: patch to allow theme based widgets --- boot.php | 1 - 1 file changed, 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index eb678853d..53a3aebee 100755 --- a/boot.php +++ b/boot.php @@ -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; -- cgit v1.2.3