diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 07834a8094..d7a591ed0d 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -116,7 +116,7 @@ require_once "includes/paging.php"; echo th_order_by('destination_enabled', $text['label-destination_enabled'], $order_by, $order); echo th_order_by('destination_description', $text['label-destination_description'], $order_by, $order); echo "\n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo "\n"; echo "\n"; if ($result_count > 0) { @@ -128,8 +128,8 @@ require_once "includes/paging.php"; echo " ".$row['destination_enabled']." \n"; echo " ".$row['destination_description']." \n"; echo " \n"; - echo " $v_link_label_edit\n"; - echo " $v_link_label_delete\n"; + echo " $v_link_label_edit\n"; + echo " $v_link_label_delete\n"; echo " \n"; echo "\n"; if ($c==0) { $c=1; } else { $c=0; } @@ -144,7 +144,7 @@ require_once "includes/paging.php"; echo "  \n"; echo " $paging_controls\n"; echo " \n"; - echo " $v_link_label_add\n"; + echo " $v_link_label_add\n"; echo " \n"; echo " \n"; echo " \n";