diff --git a/bl-kernel/admin/views/edit-user.php b/bl-kernel/admin/views/edit-user.php
index 8cf89fa3..2612d560 100644
--- a/bl-kernel/admin/views/edit-user.php
+++ b/bl-kernel/admin/views/edit-user.php
@@ -114,7 +114,7 @@
formData.append('profilePictureInputFile', $(this)[0].files[0]);
formData.append('username', $("#jsusername").val());
$.ajax({
- url: HTML_PATH_ADMIN_ROOT+"ajax/profile-picture",
+ url: HTML_PATH_ADMIN_ROOT+"ajax/upload-profile-picture",
type: "POST",
data: formData,
cache: false,
diff --git a/bl-kernel/admin/views/themes.php b/bl-kernel/admin/views/themes.php
index ec99140a..95393b89 100644
--- a/bl-kernel/admin/views/themes.php
+++ b/bl-kernel/admin/views/themes.php
@@ -25,10 +25,6 @@ foreach ($themes as $theme) {
if ($theme['dirname']!=$site->theme()) {
echo ''.$L->g('Activate').'';
- } else {
- if (Sanitize::pathFile(PATH_THEMES.$theme['dirname'].DS.'blocks.php')) {
- echo ''.$L->g('Configure Blocks').'';
- }
}
echo '
diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php
index dd421a5f..dad06675 100644
--- a/bl-kernel/boot/init.php
+++ b/bl-kernel/boot/init.php
@@ -1,10 +1,10 @@
add(array(
'key'=>'google-analitycs',
'title'=>'Google Analytics',
'value'=>'',
- 'description'=>'Insert the code for Google Analytics'
+ 'description'=>$language->get('Insert the code for Google Analytics')
));
$blocks->add(array(
diff --git a/bl-themes/alternative/metadata.json b/bl-themes/alternative/metadata.json
index 68b7f28b..96aab74d 100644
--- a/bl-themes/alternative/metadata.json
+++ b/bl-themes/alternative/metadata.json
@@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://themes.bludit.com",
- "version": "3.5",
- "releaseDate": "2018-11-25",
+ "version": "3.6",
+ "releaseDate": "2019-01-15",
"license": "MIT",
- "compatible": "3.5",
+ "compatible": "3.6",
"notes": ""
}
\ No newline at end of file
diff --git a/bl-themes/blogx/metadata.json b/bl-themes/blogx/metadata.json
index 68b7f28b..96aab74d 100644
--- a/bl-themes/blogx/metadata.json
+++ b/bl-themes/blogx/metadata.json
@@ -2,9 +2,9 @@
"author": "Bludit",
"email": "",
"website": "https://themes.bludit.com",
- "version": "3.5",
- "releaseDate": "2018-11-25",
+ "version": "3.6",
+ "releaseDate": "2019-01-15",
"license": "MIT",
- "compatible": "3.5",
+ "compatible": "3.6",
"notes": ""
}
\ No newline at end of file