bludit/bl-themes/alternative/blocks.php

15 lines
269 B
PHP
Raw Normal View History

2018-12-12 18:18:48 +01:00
<?php
$blocks->add(array(
'key'=>'google-analitycs',
'title'=>'Google Analytics',
2018-12-17 22:13:15 +01:00
'value'=>'',
2019-01-15 19:53:04 +01:00
'description'=>$language->get('Insert the code for Google Analytics')
2018-12-12 18:18:48 +01:00
));
$blocks->add(array(
'key'=>'level',
'title'=>'Level',
2018-12-17 22:13:15 +01:00
'value'=>'',
'description'=>''
2018-12-12 18:18:48 +01:00
));
?>