settings.php 89 B

1234567
  1. <?php
  2. $tmpl = new OCP\Template( 'contacts', 'settings');
  3. return $tmpl->fetchPage();
  4. ?>