/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if ($logo or $site_name or $site_slogan): ?> <div id="logo-title"> <?php if ($logo): ?> <?php endif ?> <?php if ($site_name): ?> <?php if ($is_front): ?> <h1 id="site-name"> <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>" rel="home"> <?php print $site_name ?> </a> </h1> <?php else: ?> <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>" rel="home"> <?php print $site_name ?> </a> <?php endif ?> <?php endif ?> <?php if ($site_slogan): ?> <?php endif ?> </div> <!-- /#logo-title --> <?php endif ?>