Skip to content
Snippets Groups Projects
Commit 9e28dee1 authored by Loraine Guéguen's avatar Loraine Guéguen
Browse files

get banner from base_url

parent e214ce62
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@
<style type="text/css" id="twentythirteen-header-css">
.site-header {
background: url(<?php echo $GLOBALS['base_url'];?>/banner.png) no-repeat scroll top
background: url(<?php echo $GLOBALS['base_url'];?>/banner.png) no-repeat scroll top;
background-size: 1600px auto;
}
@media (max-width: 767px) {
......
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