mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 00:06:26 +02:00
16 lines
390 B
PHP
16 lines
390 B
PHP
<?php
|
|
/**
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2020 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*/
|
|
|
|
|
|
$_BLANK_WRAPPER['default']['BLANK_TEST'] = "[ {---} ]";
|
|
$_BLANK_TEMPLATE['default'] = "<div>{BLANK_TEST}</div>";
|
|
|
|
|
|
$_BLANK_TEMPLATE['other'] = "<div>{BLANK_TEST}</div>"; |