projects
/
hmb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53a3de
)
Removed debugging statement from main page
author
Richard Whitehouse
<github@richardwhiuk.com>
Mon, 31 Jan 2011 18:13:23 +0000
(18:13 +0000)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Mon, 31 Jan 2011 18:13:23 +0000
(18:13 +0000)
template/index.php
patch
|
blob
|
history
diff --git
a/template/index.php
b/template/index.php
index 71bbb02ecad7fa39c632f2c9b7fac58ef4cbce20..8d5f956d957dec34bf8f968adcc0793a26a84b99 100644
(file)
--- a/
template/index.php
+++ b/
template/index.php
@@
-80,7
+80,6
@@
public function Display(){
</ul>
</div>
</div>
- <?php var_dump($this); ?>
<?php if($this->keys[$this->current] <= count($this->keys)){ ?>
<div class="arrow" id="arrow-r">
<a href="<?php echo $this->numbers[$this->keys[$this->current] + 1]; ?>"><img src="theme/right.png"></a>