summaryrefslogtreecommitdiffstats
path: root/settings.php
blob: 94d05735891ac6cfcdfea12099ddca37a6b52812 (plain)
1
2
3
4
5
6
7
8
<?php

//OCP\Util::addscript( "news", "admin" );

$tmpl = new OCP\Template( 'news', 'settings');

return $tmpl->fetchPage();