remove widget class from webpage blocks and make titles h2 to match the rest of the matrix

This commit is contained in:
Mario Vavti
2015-04-13 16:17:10 +02:00
parent 159525789a
commit 22c3202f22
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ function comanche_block($name) {
dbesc($name)
);
if($r) {
$o = '<div class="widget bblock">';
$o = '<div class="bblock">';
if($r[0]['title'])
$o .= '<h3>' . $r[0]['title'] . '</h3>';