first commit

This commit is contained in:
2024-10-25 14:16:28 +02:00
commit 925276dbb2
33795 changed files with 4780077 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{*
* 2007-2017 Amazzing
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
* @author Amazzing <mail@amazzing.ru>
* @copyright 2007-2017 Amazzing
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*
*}
{extends file='page.tpl'}
{block name='head_seo_title'}{$meta_title}{/block}
{block name='head_seo_description'}{$meta_description}{/block}
{block name='head_seo_keywords'}{$meta_keywords}{/block}
{block name='page_content'}{$html nofilter}{/block}
{* since 1.2.0 *}