Skip to content
Snippets Groups Projects
Commit 66b2b592 authored by Seth Meranda's avatar Seth Meranda
Browse files

can't use $vars in supporting CSS, so put in an override.

parent 26b74179
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,6 @@ Action Notice Box and Login Colorbox displayed to help users either register or
float:left;
height:94px;
width:58px;
background:url('<?php echo $vars['url']; ?>/mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;
background-position: 0 0;
}
#actionBar #elggOption .optionMessage{
......
......@@ -18,6 +18,7 @@
//Any elements which appear differently (or only for) non-logged in users should be imported here.
if (!isloggedin()) {
echo "@import url('".$vars['url']."mod/unl_theme/css/actionNotice.php');";
echo "#actionBar #elggOption > a.switchAction {background:url('".$vars['url']."mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;";
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment