]> git.quilime.com - plog.git/commitdiff
removed old static.php
authorGabriel Dunne <gdunne@quilime.com>
Sun, 11 Jul 2010 06:42:36 +0000 (23:42 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 11 Jul 2010 06:42:36 +0000 (23:42 -0700)
lib/static.php [deleted file]

diff --git a/lib/static.php b/lib/static.php
deleted file mode 100644 (file)
index ea0082e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-       include 'init.php';
-       
-       list($entries, $total_entries) = get_inline_entries(array('log', 'code'));
-
-       echo '<ol>';
-       foreach ($entries as $e)
-       {
-               echo '<li><a href="'.$e['url'].'">'.$e['title'].' - '.$e['date'].'</a></li>';
-       }
-       echo '</ol>';
-       
-               
-
-
-
-?>
\ No newline at end of file