Вход Регистрация
Файл: contao-3.5.8/system/modules/core/modules/ModuleHtml.php
Строк: 13
<?php

/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2016 Leo Feyer
 *
 * @license LGPL-3.0+
 */

namespace Contao;


/**
 * Front end module "HTML".
 *
 * @author Leo Feyer <https://github.com/leofeyer>
 */
class ModuleHtml extends Module
{

    
/**
     * Template
     * @var string
     */
    
protected $strTemplate 'mod_html';


    
/**
     * Generate the module
     */
    
protected function compile()
    {
        
$this->Template->html = (TL_MODE == 'FE') ? $this->html htmlspecialchars($this->html);
    }
}
Онлайн: 0
Реклама