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

include("populateroot.php");

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