Commit: fb4f66b9d5994c5a203a90c2beeb1d663ef5bff2
Author: David Persson | Date: 2010-01-22 02:11:07 +0100
diff --git a/views/extensions/index.html.php b/views/extensions/index.html.php
index d6cbd6c..8210382 100644
--- a/views/extensions/index.html.php
+++ b/views/extensions/index.html.php
@@ -1,4 +1,4 @@
-<h2>Available extensions</h2>
+<h2>Available Extensions</h2>
<ul>
<?php
diff --git a/views/extensions/view.html.php b/views/extensions/view.html.php
index cd3fc17..f2d1fe3 100644
--- a/views/extensions/view.html.php
+++ b/views/extensions/view.html.php
@@ -53,16 +53,16 @@
<div class="php"><pre><code><?=$extension->code; ?></code></pre></div>
</div>
<div class="meta">
- <h3>Description</h3>
+ <h4>Description</h4>
<div class="description"><?=$extension->description;?></div>
- <h3>Details</h3>
+ <h4>Details</h4>
<ul>
<li>Version: <?php echo (isset($extension->_revisions->start)) ?: 1;?></li>
<li>Created: <?=$extension->created;?></li>
<li>File: <?=$extension->file;?></li>
</ul>
<?php if (isset($extension->maintainers)) {?>
- <h3>Maintainers</h3>
+ <h4>Maintainers</h4>
<ul class="maintainers">
<?php
foreach ($extension->maintainers as $man) {
@@ -79,4 +79,4 @@
echo '<p>No maintainers set.</p>';
}?>
</div>
-</div>
+</div>
\ No newline at end of file
diff --git a/views/home/index.html.php b/views/home/index.html.php
index 0854fb3..799514b 100644
--- a/views/home/index.html.php
+++ b/views/home/index.html.php
@@ -1,6 +1,6 @@
<div class="column latest-plugins">
<h2>
- <?php echo $this->html->link('latest plugins', array(
+ <?php echo $this->html->link('Latest Plugins', array(
'plugin' => 'li3_lab',
'controller' => 'plugins',
'action' => 'index'
@@ -35,7 +35,7 @@
<div class="column latest-extensions">
<h2>
- <?php echo $this->html->link('latest extensions', array(
+ <?php echo $this->html->link('Latest Extensions', array(
'plugin' => 'li3_lab',
'controller' => 'extensions',
'action' => 'index'
@@ -69,6 +69,6 @@
</div>
<div class="column news">
- <h2>li3 lab news</h2>
+ <h2>Laboratory News</h2>
<p>No news at this time...</p>
-</div>
+</div>
\ No newline at end of file