Verzeichnisse verschoben
Dieser Commit ist enthalten in:
Ursprung
b1a8800288
Commit
c54a5d253d
@ -1,24 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* ab HTML minify
|
||||
* Copyright (C) 2014 Alfred Bez
|
||||
*
|
||||
* This program is free software;
|
||||
* you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;
|
||||
* either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
* You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
namespace AlfredBez\HtmlMin\Core;
|
||||
|
||||
class UtilsView extends UtilsView_parent {
|
||||
|
||||
protected function _fillCommonSmartyProperties($oSmarty)
|
||||
{
|
||||
parent::_fillCommonSmartyProperties($oSmarty);
|
||||
$oSmarty->load_filter('output' , 'trimwhitespace');
|
||||
}
|
||||
}
|
||||
<?php
|
||||
/**
|
||||
* ab HTML minify
|
||||
* Copyright (C) 2014 Alfred Bez
|
||||
*
|
||||
* This program is free software;
|
||||
* you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;
|
||||
* either version 3 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
* You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
|
||||
namespace AlfredBez\HtmlMin\Modules\Core;
|
||||
|
||||
class UtilsView extends UtilsView_parent {
|
||||
|
||||
protected function _fillCommonSmartyProperties($oSmarty)
|
||||
{
|
||||
parent::_fillCommonSmartyProperties($oSmarty);
|
||||
$oSmarty->load_filter('output' , 'trimwhitespace');
|
||||
}
|
||||
}
|
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* Metadata version
|
||||
*/
|
||||
$sMetadataVersion = '2.0';
|
||||
$sMetadataVersion = '2.1';
|
||||
|
||||
/**
|
||||
* Module information
|
||||
@ -20,9 +20,9 @@ $aModule = [
|
||||
'description' => 'entfernt unnötige Whitespaces aus dem HTML-Code',
|
||||
'version' => '2.0',
|
||||
'author' => 'Alfred Bez',
|
||||
'url' => 'http://www.alfredbez.de',
|
||||
'url' => 'https://www.alfredbez.de',
|
||||
'email' => 'alfred.bez@gmail.com',
|
||||
'extend' => [
|
||||
\OxidEsales\Eshop\Core\UtilsView::class => \AlfredBez\HtmlMin\Core\UtilsView::class,
|
||||
\OxidEsales\Eshop\Core\UtilsView::class => \AlfredBez\HtmlMin\Modules\Core\UtilsView::class,
|
||||
],
|
||||
];
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren