Last active
August 29, 2015 14:04
-
-
Save bheyde/018606f7fe7a8966374d to your computer and use it in GitHub Desktop.
Ready Theme Logo Example COde
This file contains 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
<div class="logo"> | |
<mvt:if expr="l.settings:readytheme:logo_type EQ 'text'"> | |
<a href="http://&mvt:global:domain:name;"> | |
<span class="logo-name">&mvt:readytheme:logo_name;</span> | |
<span class="logo-tagline">&mvt:readytheme:logo_tagline;</span> | |
</a> | |
<mvt:elseif expr="l.settings:readytheme:logo_type EQ 'image'"> | |
<a href="http://&mvt:global:domain:name;"><img src="&mvte:readytheme:logo_image;" alt="&mvt:readytheme:logo_alt;" title="&mvt:readytheme:logo_alt;" border="0" /></a> | |
<mvt:else> | |
</mvt:if> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment