From: Laury GvR Date: Tue, 23 Sep 2014 16:43:15 +0000 (-0400) Subject: Better image linking X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=557be2aa2a88541fa9418581718b9a91a5bfa4da;p=web%2FPetoskeyRobotics.git Better image linking --- diff --git a/wp-content/plugins/Gaslightify/Gaslightify2.php b/wp-content/plugins/Gaslightify/Gaslightify2.php index 3307f5b..d2a8e50 100644 --- a/wp-content/plugins/Gaslightify/Gaslightify2.php +++ b/wp-content/plugins/Gaslightify/Gaslightify2.php @@ -55,11 +55,11 @@ function glm_custom_logo() { content: url('.plugins_url('img/GLM_flame_none_trans_32x32.png', __FILE__).') !important; } #dashboard_activity .no-activity .smiley:before { - content: url("http://localhost/www.petoskeyrobotics.org/wp-content/plugins/Gaslightify/img/GLM_title_box_272x71.gif") !important; + content: url('.plugins_url('img/GLM_title_box_272x71.gif', __FILE__).') !important; } #adminmenu .wp-menu-image img { -// content: url("http://localhost/www.petoskeyrobotics.org/wp-content/plugins/Gaslightify/img/GLM_flame_box_inverted_16x16.png") !important; + content: url('.plugins_url('img/GLM_flame_box_inverted_16x16.png', __FILE__).') !important; } ';