Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created February 13, 2013 18:45
Show Gist options
  • Save betweenbrain/4947038 to your computer and use it in GitHub Desktop.
Save betweenbrain/4947038 to your computer and use it in GitHub Desktop.
<?php if ($this->countModules('logo')) { ?>
<div id="logo">
<jdoc:include type="modules" name="logo" style="raw" />
</div>
<?php } else { ?>
<H2 id="site-title">My Totally Awesome Site!</h2>
<h3 id="site-description">Indeed, it is an awesome site.</h3>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment