Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Created February 5, 2018 15:44
Show Gist options
  • Save ScarletPonytail/bc74a11c8a5a25946a8a83e090f1e9b4 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/bc74a11c8a5a25946a8a83e090f1e9b4 to your computer and use it in GitHub Desktop.
Drupal - If wrapper
<?php if ($logo): ?>
<a href="<?php print $front_page; ?>" title="<?php print $site_name; ?>" rel="home" id="logo">
<img src="<?php print $logo; ?>" alt="<?php print $site_name; ?>"/>
</a>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment