From 52f6ec1b22584366c9c9e37341501d226e337317 Mon Sep 17 00:00:00 2001 From: Sem Date: Fri, 5 Oct 2012 17:41:05 +0200 Subject: Fixed icons. --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') 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': -- cgit v1.2.3