summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-08-03 10:42:45 +0200
committerGregor Tätzner <gregor@freenet.de>2012-08-03 10:42:45 +0200
commit96088f65675d3306bebd0d2a271866dbe18ea926 (patch)
tree0e31fa6fddbce63edeabea386dd011489a9a7a2c /templates/part.listfeed.php
parenteac9dec36b7737cdde73225d44cb6224b608227f (diff)
Implement dynamic folder adding in the same way like feed adding
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 3746a1eb4..b2ee7c0d2 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -3,6 +3,8 @@
// FIXME: somehow gets included twice
include_once("part.itemcounter.php");
+$l = new OC_l10n('news');
+
$child = isset($_['child']) ? $_['child'] : null;
$favicon = $child->getFavicon();
if ($favicon == null) {