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

Add default banner

parent 9e28dee1
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -79,7 +79,11 @@
<style type="text/css" id="twentythirteen-header-css">
.site-header {
<?php if (file_exists('/var/www/html/banner.png')): ?>
background: url(<?php echo $GLOBALS['base_url'];?>/banner.png) no-repeat scroll top;
<?php else: ?>
background: url(<?php echo $GLOBALS['base_url'].'/'.drupal_get_path('theme', 'abims');?>/images/abims/banner.png) no-repeat scroll top;
<?php endif; ?>
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