summaryrefslogtreecommitdiffstats
path: root/ajax/feeddialog.php
blob: c42771c9884eb43d3de8812ceeda67f398a0c69e (plain)
1
2
3
4
5
6
7
<?php

include("populateroot.php");

$output = new OCP\Template("news", "part.addfeed");
$output -> assign('allfeeds', $allfeeds);
$output -> printpage();