summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-04 14:51:47 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-04 14:51:47 -0400
commit69480001986cd83852ee6351fbd5d68718eb829c (patch)
tree42ecf232740c84238727665fb198135a4e1fb989 /templates/main.php
parent41115284bf6c1023a542be0d6f2fab77febad36b (diff)
everything is there but the fancyness
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
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 @@
<div id="rightcontent" class="rightcontent" data-id="<?php echo $_['feedid']; ?>">
<?php
if ($_['feedid']){
- echo $this->inc('part.items');
+ echo $this->inc("part.items");
}
else {
- echo $this->inc('part.nofeeds');
+ echo $this->inc("part.nofeeds");
}
?>
</div>