<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>