From 8552ada4fb8f58ad6f1116cd8c4a33a115a2eeba Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:44:57 +0200 Subject: fixed sprites source --- views/default/css/elements/icons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 0487603..7253043 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -13,7 +13,7 @@ *************************************** */ .elgg-icon { - background: transparent url(_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; -- cgit v1.2.3