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

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

namespace Contao;


/**
 * Front end content element "accordion" (wrapper stop).
 *
 * @author Leo Feyer <https://github.com/leofeyer>
 */
class ContentAccordionStop extends ContentElement
{

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


    
/**
     * Generate the content element
     */
    
protected function compile()
    {
        if (
TL_MODE == 'BE')
        {
            
$this->strTemplate 'be_wildcard';
            
$this->Template = new BackendTemplate($this->strTemplate);
        }
    }
}
Онлайн: 1
Реклама