Einchecken des OnlineStands
This commit is contained in:
11
templates/svjf/tpl_widget.php
Normal file
11
templates/svjf/tpl_widget.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$widget = new viewClass( );
|
||||
$widget -> setPrefix ( $this -> _prefix );
|
||||
$widget -> setPathTpl ( PATH_WEBSITE_TPL );
|
||||
$widget -> setTemplate ( 'widget_' . $this -> _data[ 'tpl' ] );
|
||||
$widget -> setEditable ( $this -> _editable );
|
||||
$widget -> setData ( $this -> _data );
|
||||
echo $widget -> output ( );
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user