Skip to content

Commit a8e5ca5

Browse files
committed
ajout titre dans config category
1 parent 3d0a336 commit a8e5ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/config.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ private function categoryConfigView($category)
5858
{
5959
$all_reservation_items = PluginReservationCategory::getReservationItems('', '', false, ["filter_is_active" => false]);
6060
echo "<div class='center'>";
61+
echo '<h1>' . $category . '</h1>';
6162
echo "<table class='tab_cadre_fixe' cellpadding='2'>";
6263
echo '<input type="hidden" name="configCategoryItems" value="' . $category . '">';
6364
echo '<tr>';

0 commit comments

Comments
 (0)