From: Sem Date: Fri, 5 Oct 2012 15:41:05 +0000 (+0200) Subject: Fixed icons. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=52f6ec1b22584366c9c9e37341501d226e337317;p=lorea%2Fsaravea_theme.git Fixed icons. --- diff --git a/start.php b/start.php index 60c2aa9..7766f5f 100644 --- a/start.php +++ b/start.php @@ -45,7 +45,7 @@ function n1_theme_pages_icon_url_override($hook, $type, $returnvalue, $params) { elgg_instanceof($entity, 'object', 'subpad')) { $icon = 'pad'; } else { - return false; + return $returnvalue; } switch ($params['size']) { case 'topbar':