diff options
author | foockinho <foockinho@lorea.org> | 2012-10-09 01:44:57 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-10-09 01:44:57 +0200 |
commit | 8552ada4fb8f58ad6f1116cd8c4a33a115a2eeba (patch) | |
tree | 7fbeaa40781634fbaeef0cb632ba9a29a616dff8 /views/default/css/elements/icons.php | |
parent | 5284160a2165be944653b11fbba2d131dbe9a716 (diff) | |
download | saravea_theme-8552ada4fb8f58ad6f1116cd8c4a33a115a2eeba.tar.gz saravea_theme-8552ada4fb8f58ad6f1116cd8c4a33a115a2eeba.tar.bz2 |
fixed sprites source
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r-- | views/default/css/elements/icons.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; |