diff --git a/core/module/theme/view/footer/footer.php b/core/module/theme/view/footer/footer.php index 7afcf447..f5e3af4a 100644 --- a/core/module/theme/view/footer/footer.php +++ b/core/module/theme/view/footer/footer.php @@ -172,7 +172,7 @@
'Police', + 'label' => 'Fonte', 'selected' => $this->getData(['theme', 'footer', 'font']), 'fonts' => true ]); ?> diff --git a/core/module/theme/view/header/header.php b/core/module/theme/view/header/header.php index 0f6abeaf..a0f86b11 100644 --- a/core/module/theme/view/header/header.php +++ b/core/module/theme/view/header/header.php @@ -107,7 +107,7 @@
'Police', + 'label' => 'Fonte', 'selected' => $this->getData(['theme', 'header', 'font']), 'fonts' => true ]); ?> diff --git a/core/module/theme/view/menu/menu.php b/core/module/theme/view/menu/menu.php index 46c943ba..161813f2 100644 --- a/core/module/theme/view/menu/menu.php +++ b/core/module/theme/view/menu/menu.php @@ -184,7 +184,7 @@
'Police', + 'label' => 'Fonte', 'selected' => $this->getData(['theme', 'menu', 'font']), 'fonts' => true ]); ?> diff --git a/core/module/theme/view/site/site.php b/core/module/theme/view/site/site.php index b4a6bd42..4157c3d4 100644 --- a/core/module/theme/view/site/site.php +++ b/core/module/theme/view/site/site.php @@ -159,7 +159,7 @@
'Police', + 'label' => 'Fonte', 'selected' => $this->getData(['theme', 'text', 'font']), 'fonts' => true ]); ?> @@ -180,7 +180,7 @@
'Police', + 'label' => 'Fonte', 'selected' => $this->getData(['theme', 'title', 'font']), 'fonts' => true ]); ?>