From d063f5e1cbb13830227435ea5f337581489e9fa2 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 25 Jan 2025 17:11:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20(settings):=20remove=20for=20the?= =?UTF-8?q?=20moment=20the=20social=20networks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-kernel/admin/views/settings.php | 120 +---------------------------- 1 file changed, 1 insertion(+), 119 deletions(-) diff --git a/bl-kernel/admin/views/settings.php b/bl-kernel/admin/views/settings.php index 0b77cf9f..ba32b519 100644 --- a/bl-kernel/admin/views/settings.php +++ b/bl-kernel/admin/views/settings.php @@ -19,7 +19,7 @@ p('General') ?> p('Advanced') ?> p('SEO') ?> - p('Social Networks') ?> + p('Social Networks') >; ?> p('Images') ?> p('Language') ?> p('Logo') ?> @@ -391,124 +391,6 @@ echo Bootstrap::formInputHidden(array( ?> - -
- g('Social Networks')); - - echo Bootstrap::formInputText(array( - 'name' => 'twitter', - 'label' => 'Twitter', - 'value' => $site->twitter(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'facebook', - 'label' => 'Facebook', - 'value' => $site->facebook(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'codepen', - 'label' => 'CodePen', - 'value' => $site->codepen(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'instagram', - 'label' => 'Instagram', - 'value' => $site->instagram(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'gitlab', - 'label' => 'GitLab', - 'value' => $site->gitlab(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'github', - 'label' => 'GitHub', - 'value' => $site->github(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'linkedin', - 'label' => 'LinkedIn', - 'value' => $site->linkedin(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'xing', - 'label' => 'Xing', - 'value' => $site->xing(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'telegram', - 'label' => 'Telegram', - 'value' => $site->telegram(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'mastodon', - 'label' => 'Mastodon', - 'value' => $site->mastodon(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'dribbble', - 'label' => 'Dribbble', - 'value' => $site->dribbble(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::formInputText(array( - 'name' => 'vk', - 'label' => 'VK', - 'value' => $site->vk(), - 'class' => '', - 'placeholder' => '', - 'tip' => '' - )); - - echo Bootstrap::cardEnd(); - ?> -
-