Commit: 10a8c34821cbcf8f3bf3d18b1d73966a59809fc6
Author: Jon Adams | Date: 2010-02-15 18:12:17 -0800
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index 43839a1..b0bb4db 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -18,8 +18,8 @@
<body class="docs">
<div id="container">
<div id="header">
- <h1>Lithium</h1>
- <h2><?php echo $this->html->link('API', '/docs');?></h2>
+ <h1><?php echo $this->html->link('Docs', '/docs');?></h1>
+ <h2>Powered by <?php echo $this->html->link('Lithium', 'http://lithify.me');?>.</h2>
<ul class="crumbs">
<?php foreach (isset($crumbs) ? $crumbs : array() as $crumb): ?>
<li class="<?= $crumb['class'];?>">