From 82a2e42cb91de36d04c43bc30f28cea333bac40b Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 13 Dec 2024 12:51:10 -0600 Subject: [PATCH] Right nax no longer uses tables --- templates/rightnav.php | 63 ++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 36 deletions(-) diff --git a/templates/rightnav.php b/templates/rightnav.php index 6eb3705..39170fb 100644 --- a/templates/rightnav.php +++ b/templates/rightnav.php @@ -1,39 +1,30 @@ -Character - -{{username}}
-Level: {{level}}
-Exp: {{experience}}
-Gold: {{gold}}
-HP: {{currenthp}}
-MP: {{currentmp}}
-TP: {{currenttp}}
-{{statbars}}
-Extended Stats - -
+$template = << +
Character
+ {{username}}
+ Level: {{level}}
+ Exp: {{experience}}
+ Gold: {{gold}}
+ HP: {{currenthp}}
+ MP: {{currentmp}}
+ TP: {{currenttp}}
+ {{statbars}}
+ Extended Stats + - - - -
Inventory
- - - - -
WeaponWeapon: {{weaponname}}
ArmorArmor: {{armorname}}
ShieldShield: {{shieldname}}
-Slot 1: {{slot1name}}
-Slot 2: {{slot2name}}
-Slot 3: {{slot3name}} -

+
+
Inventory
+ Weapon Weapon: {{weaponname}}
+ Armor Armor: {{armorname}}
+ Shield Shield: {{shieldname}}
+ Slot 1: {{slot1name}}
+ Slot 2: {{slot2name}}
+ Slot 3: {{slot3name}} +
- - - -
Fast Spells
-{{magiclist}} -

-THEVERYENDOFYOU; -?> +
+
Fast Spells
+ {{magiclist}} +
+HTML;