Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2, Wed Jan 23 03:32:52 2008 UTC | revision 1.2.2.1, Fri Jan 25 03:29:52 2008 UTC | |
|---|---|---|
| # | Line 16 | Line 16 |
| 16 | ||
| 17 | <div id="header"> | <div id="header"> |
| 18 | <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?></h1> | <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?></h1> |
| 19 | <?php if ($site_slogan) { ?><p id="subtext"><?php print $site_slogan ?></p><?php } ?> | <?php if ($site_slogan) { ?><?php print $site_slogan ?><?php } ?> |
| 20 | <p id="subtext"></p> | |
| 21 | </div> | </div> |
| 22 | ||
| 23 | <div id="right"> | <div id="right"> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |