From 9c9b03c9a986ef560bb87de47902564f0c02a0c0 Mon Sep 17 00:00:00 2001 From: Laura Rocha Prado Date: Tue, 4 Feb 2020 17:26:49 -0600 Subject: [PATCH 1/2] Adapts `content` files to new framework structure --- content/lang/admin/langmanager.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/content/lang/admin/langmanager.php b/content/lang/admin/langmanager.php index 2dfbf56360..e77276c772 100644 --- a/content/lang/admin/langmanager.php +++ b/content/lang/admin/langmanager.php @@ -21,8 +21,17 @@ Language Variables Manager - - + '; + echo ''; + echo ''; + } + ?> Date: Tue, 4 Feb 2020 17:27:02 -0600 Subject: [PATCH 2/2] Adapts `games` files to new framework structure --- games/flashcards.php | 13 +++++++++++-- games/index.php | 13 +++++++++++-- games/namegame.php | 14 +++++++++++--- games/ootd/index.php | 15 +++++++++++---- 4 files changed, 44 insertions(+), 11 deletions(-) diff --git a/games/flashcards.php b/games/flashcards.php index 4747bda53d..2353c148fc 100644 --- a/games/flashcards.php +++ b/games/flashcards.php @@ -22,8 +22,17 @@ <?php echo $DEFAULT_TITLE; ?> Flash Cards - - + '; + echo ''; + echo ''; + } + ?> diff --git a/games/index.php b/games/index.php index 5806e3db5b..92c02962d7 100644 --- a/games/index.php +++ b/games/index.php @@ -11,8 +11,17 @@ <?php echo $DEFAULT_TITLE; ?> Games - - + '; + echo ''; + echo ''; + } + ?> diff --git a/games/namegame.php b/games/namegame.php index a55e6b7210..2dfb163614 100644 --- a/games/namegame.php +++ b/games/namegame.php @@ -24,9 +24,17 @@ <?php echo $DEFAULT_TITLE; ?> Name Game - - - + '; + echo ''; + echo ''; + } + ?> -