settings.php 88 B

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