aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/templates')
-rw-r--r--src/view/templates/header.php8
-rw-r--r--src/view/templates/modify_block.php1
2 files changed, 2 insertions, 7 deletions
diff --git a/src/view/templates/header.php b/src/view/templates/header.php
index 89cdd4b..4c39cfd 100644
--- a/src/view/templates/header.php
+++ b/src/view/templates/header.php
@@ -36,13 +36,7 @@
36 <div class="header_right_col"> 36 <div class="header_right_col">
37 <div id="header_social"> 37 <div id="header_social">
38 <div id="header_social_content" style="flex-direction: <?= $header_social_flex_direction ?>;"> 38 <div id="header_social_content" style="flex-direction: <?= $header_social_flex_direction ?>;">
39<?php foreach(array_keys($social) as $one_key){ ?> 39 <?= $social_networks ?>
40 <div id="header_<?= $one_key ?>">
41 <a href="<?= $social[$one_key] ?>" target="_blank" rel="noopener noreferrer"><img id="header_<?= $one_key ?>_content" src="assets/<?= $one_key ?>.svg" alt="<?= $one_key ?>_alt"></a>
42 <?= $admin_social_networks[$one_key] ?>
43 </div>
44<?php } ?>
45 <?= $admin_social_new_network ?>
46 </div> 40 </div>
47 </div> 41 </div>
48 <?= $breadcrumb ?? '' ?> 42 <?= $breadcrumb ?? '' ?>
diff --git a/src/view/templates/modify_block.php b/src/view/templates/modify_block.php
index 6b7ceb0..d855a4a 100644
--- a/src/view/templates/modify_block.php
+++ b/src/view/templates/modify_block.php
@@ -1,3 +1,4 @@
1<?php declare(strict_types=1); ?>
1<div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>"> 2<div class="modify_one_block" id="bloc_edit_<?= $child_node->getId() ?>">
2 <div class="block_options"> 3 <div class="block_options">
3 <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= Blocks::$blocks[$child_node->getName()] ?? '<i>erreur base de données</i>' ?></b> 4 <label for="bloc_rename_<?= $child_node->getId() ?>">Type <b><?= Blocks::$blocks[$child_node->getName()] ?? '<i>erreur base de données</i>' ?></b>