From e6988247360fa98b85915a38803d018dd353df00 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Sun, 16 Dec 2018 16:35:17 +0100 Subject: Rev: 4412 --- mayor-orig/www/skin/api/base/html/alert.phtml | 13 +++++++++++++ mayor-orig/www/skin/api/base/html/base.phtml | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 mayor-orig/www/skin/api/base/html/alert.phtml create mode 100644 mayor-orig/www/skin/api/base/html/base.phtml (limited to 'mayor-orig/www/skin/api') diff --git a/mayor-orig/www/skin/api/base/html/alert.phtml b/mayor-orig/www/skin/api/base/html/alert.phtml new file mode 100644 index 00000000..fe4c54e4 --- /dev/null +++ b/mayor-orig/www/skin/api/base/html/alert.phtml @@ -0,0 +1,13 @@ +0)) { + var_dump($_SESSION['alert']); + return false; // ne jelenjen meg az oldal + } else { + return true; // nincs hiba + } + } + +?> diff --git a/mayor-orig/www/skin/api/base/html/base.phtml b/mayor-orig/www/skin/api/base/html/base.phtml new file mode 100644 index 00000000..34ca652f --- /dev/null +++ b/mayor-orig/www/skin/api/base/html/base.phtml @@ -0,0 +1,11 @@ + -- cgit v1.2.3