From 8925d91e59ca0fb32e7d182ad118204e65010e6c Mon Sep 17 00:00:00 2001 From: Lupancham Date: Thu, 25 Apr 2024 13:49:26 -0400 Subject: [PATCH 1/2] Minor Change to nation.twig & change TTK flag link to the one in the CRSS repo Flag didn't look with the word "Flag:" beside the flag image. --- index.php | 2 +- template/nation.twig | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 06d48ae..13fe070 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ ) 'ttk' => array( 'name' => 'The Toaster-Königreich', - 'flag' => 'https://raw.theclashfruit.me/Lupancham/CRSS/main/Nations/The%20Toaster-K%C3%B6nigreich/The%20Toaster-K%C3%B6nigreich%20Flag.png', + 'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/The%20Toaster-K%C3%B6nigreich/The%20Toaster-K%C3%B6nigreich%20Flag.png', 'short' => 'ttk', 'short_description' => 'The Toaster-Königreich is the Industrialized Nation of CRSS', 'description' => 'In the vast landsacpe of CRSS, The Toaster-Königreich is one of the most industrialized Marxist district of CRSS. With Charge Industries as one of the main government controled company in the nation.', diff --git a/template/nation.twig b/template/nation.twig index 2b7b30d..b507cdb 100644 --- a/template/nation.twig +++ b/template/nation.twig @@ -13,7 +13,10 @@ name: {{ nation.name }}
  • - flag: {{ nation.name }}'s flag. + flag: +
  • +
  • + {{ nation.name }}'s flag.
  • description: {{nation.description}} From 92e106b041674846710dd4a304cfabe67cf91f7f Mon Sep 17 00:00:00 2001 From: Lupancham Date: Thu, 25 Apr 2024 13:51:19 -0400 Subject: [PATCH 2/2] Editing the previous update Forgot to change controled to controlled. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 13fe070..3e1ffa4 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,7 @@ 'flag' => 'https://raw.theclashfruit.me/CRSS/CRSS/main/Nations/The%20Toaster-K%C3%B6nigreich/The%20Toaster-K%C3%B6nigreich%20Flag.png', 'short' => 'ttk', 'short_description' => 'The Toaster-Königreich is the Industrialized Nation of CRSS', - 'description' => 'In the vast landsacpe of CRSS, The Toaster-Königreich is one of the most industrialized Marxist district of CRSS. With Charge Industries as one of the main government controled company in the nation.', + 'description' => 'In the vast landsacpe of CRSS, The Toaster-Königreich is one of the most industrialized Marxist district of CRSS. With Charge Industries as one of the main government controlled company in the nation.', ) );