Exemple #1
0
 public function compress($buffer)
 {
     return HTML_Template::compress($buffer);
 }
Exemple #2
0
<?php

// no direct access
defined('PARENT_FILE') or die('Restricted access');
$mod_data = $this->registry->template->doc->createDocumentFragment(htmlspecialchars(HTML_Template::compress($this->params->html)));
$this->module_wrap->appendChild($mod_data);