8 lines
196 B
PHP
8 lines
196 B
PHP
<?
|
|
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
|
|
|
|
$arTemplateDescription = array(
|
|
"NAME" => GetMessage("DEFAULT_NAME"),
|
|
"DESCRIPTION" => GetMessage("DEFAULT_DESC"),
|
|
);
|
|
?>
|