From 2fbe6fd9f06843a424436e2daace0948f538dba7 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 28 Jul 2025 00:28:33 -0400 Subject: [PATCH] banner --- .gitignore | 1 - protected/src/configs/on_footer_banner.php | 2 +- protected/src/controllers/app/home_ctrl.php | 5 ++--- protected/src/views/default/app/home_index.php | 10 ++++++++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e0c5635..0bf0f12 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ protected/FWCodeHydrater protected/src/secret_php_files protected/src/aes -protected/src/aeskeys.php protected/src/vendor protected/keydata protected/runtime diff --git a/protected/src/configs/on_footer_banner.php b/protected/src/configs/on_footer_banner.php index bf45f34..193fc43 100644 --- a/protected/src/configs/on_footer_banner.php +++ b/protected/src/configs/on_footer_banner.php @@ -14,7 +14,7 @@ declare(strict_types=1); background-color: #333; color: white; text-align: center; - padding: 20px 0; + padding: 5px 0; position: fixed; bottom: 0; width: 100%; diff --git a/protected/src/controllers/app/home_ctrl.php b/protected/src/controllers/app/home_ctrl.php index ee658d8..16bc419 100644 --- a/protected/src/controllers/app/home_ctrl.php +++ b/protected/src/controllers/app/home_ctrl.php @@ -12,9 +12,8 @@ namespace Project\controllers\app; use CodeHydrater\enums\view_type as ViewType; /** - * Description of home_ctrl - * - * @author Robert Strutts + * Description of home_ctrl URL Route: /FOLDER/FILE/METHOD + * /app/home/name_demo */ class home_ctrl { diff --git a/protected/src/views/default/app/home_index.php b/protected/src/views/default/app/home_index.php index 1081133..206ed1c 100644 --- a/protected/src/views/default/app/home_index.php +++ b/protected/src/views/default/app/home_index.php @@ -10,8 +10,14 @@ $method_liquid = "liquid"; ?> +
+

Welcome...to your M0ck Ups

-View Twig Demo

+View Twig Demo + +|| + +View Liquid Demo -View Liquid Demo

\ No newline at end of file +
\ No newline at end of file