Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.15, Tue Oct 28 04:27:53 2008 UTC | revision 1.16, Thu Feb 19 15:12:26 2009 UTC | |
|---|---|---|
| # | Line 63 | Line 63 |
| 63 | ||
| 64 | <div id="site-name"> | <div id="site-name"> |
| 65 | <?php if ($site_name): ?> | <?php if ($site_name): ?> |
| 66 | <h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"/><?php print $site_name; ?></a></h1> | <h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></h1> |
| 67 | <?php endif; ?><!-- endif $site_name --> | <?php endif; ?><!-- endif $site_name --> |
| 68 | </div> | </div> |
| 69 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |