bludit/bl-themes/alternative/blocks.php

15 lines
253 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'=>'',
'description'=>'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
));
?>