egroupware/phpgwapi/inc/savant2/Savant2/tests/8_extend.php

24 lines
272 B
PHP
Executable File

<?php
/**
*
* Tests default plugins
*
* @version $Id$
*
*/
error_reporting(E_ALL);
require_once 'Savant2.php';
$conf = array(
'template_path' => 'templates',
'resource_path' => 'resources'
);
$savant =& new Savant2($conf);
$savant->display('extend.tpl.php');
?>