Beispiel #1
0
<?php

require 'init.inc.php';
global $templates;
$feedback = new FeedBackAction('feedback.tpl');
$feedback->Action();
$templates->display('feedback.tpl');
Beispiel #2
0
<?php

require dirname(__FILE__) . '/init.inc.php';
global $_tpl;
$_feedback = new FeedBackAction($_tpl);
$_feedback->_action();
$_tpl->display('feedback.tpl');