Code-Formatierungen und Anpassungen an neue Editoren

This commit is contained in:
2016-09-12 22:24:04 +00:00
parent 5ca973cb00
commit 73c64c5f65
46 changed files with 5167 additions and 5374 deletions

View File

@@ -1,11 +1,9 @@
<?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 ( );
?>
$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();