Created
February 5, 2018 15:44
-
-
Save ScarletPonytail/bc74a11c8a5a25946a8a83e090f1e9b4 to your computer and use it in GitHub Desktop.
Drupal - If wrapper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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