Skip to content

Instantly share code, notes, and snippets.

@bheyde
Last active August 29, 2015 14:04
Show Gist options
  • Save bheyde/018606f7fe7a8966374d to your computer and use it in GitHub Desktop.
Save bheyde/018606f7fe7a8966374d to your computer and use it in GitHub Desktop.
Ready Theme Logo Example COde
<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