Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sat Nov 10 08:29:13 2007 UTC | revision 1.2, Sat Dec 8 11:25:59 2007 UTC | |
|---|---|---|
| # | Line 69 | Line 69 |
| 69 | © 2007 | © 2007 |
| 70 | <a href="<?php print base_path() ?>" class="<?php print $site_name ?>" title="<?php print $site_name ?>"><?php print $site_name ?></a> | | <a href="<?php print base_path() ?>" class="<?php print $site_name ?>" title="<?php print $site_name ?>"><?php print $site_name ?></a> | |
| 71 | <a href="http://www.ilemoned.com/wordpress/wptheme-dark" title="WordPress theme: Dark">the "dark" theme</a><br/> | <a href="http://www.ilemoned.com/wordpress/wptheme-dark" title="WordPress theme: Dark">the "dark" theme</a><br/> |
| 72 | <a href="http://jigsaw.w3.org/css-validator/check/referer" class="w3c" title="<?php print t('Valid XHTML 1.0 Strict'); ?>">XHTML</a> | <a href="http://validator.w3.org/check?uri=<?php print theme('hostname'); ?>" class="w3c" title="<?php print t('Valid XHTML 1.0 Strict'); ?>">XHTML</a> |
| 73 | <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php print base_path() . path_to_theme(); ?>/style.css" class="w3c" title="<?php print t('Valid CSS 2.0'); ?>">CSS</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php print theme('hostname') . path_to_theme(); ?>/style.css" class="w3c" title="<?php print t('Valid CSS 2.0'); ?>">CSS</a> |
| 74 | <a href="http://www.bartelme.at" class="credit" title="<?php print t('Designed by Wolfgang Bartelme'); ?>">Bartelme Design</a> | <a href="http://www.bartelme.at" class="credit" title="<?php print t('Designed by Wolfgang Bartelme'); ?>">Bartelme Design</a> |
| 75 | <a href="http://drupal.org" class="credit" title="<?php print t('Drupal'); ?>">Drupal</a> | <a href="http://drupal.org" class="credit" title="<?php print t('Drupal'); ?>">Drupal</a> |
| 76 | </p> | </p> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |