From 69480001986cd83852ee6351fbd5d68718eb829c Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Wed, 4 Jul 2012 14:51:47 -0400 Subject: everything is there but the fancyness --- templates/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index 775dd46bf..faae31809 100644 --- a/templates/main.php +++ b/templates/main.php @@ -17,10 +17,10 @@
inc('part.items'); + echo $this->inc("part.items"); } else { - echo $this->inc('part.nofeeds'); + echo $this->inc("part.nofeeds"); } ?>
-- cgit v1.2.3