From 3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Sep 2013 14:31:07 +0200 Subject: Add debugging support for email Signed-off-by: Florian Pritz --- application/views/footer.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'application/views/footer.php') diff --git a/application/views/footer.php b/application/views/footer.php index 0383e195e..a61e690cc 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -17,6 +17,13 @@ if (is_cli_client() && !isset($force_full_html)) { + +config->item("environment") == "development" && property_exists($CI, "email")) { + echo $CI->email->print_debugger(); +} +?> -- cgit v1.2.3-24-g4f1b From 36a1bb6770cb76ec7baf4e215c4379b070c60639 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Thu, 5 Sep 2013 18:40:06 +0200 Subject: almost migrated to bootstrap3 --- application/views/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/views/footer.php') diff --git a/application/views/footer.php b/application/views/footer.php index a61e690cc..e748cd4e3 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -26,7 +26,7 @@ if ($CI->config->item("environment") == "development" && property_exists($CI, "e ?> - + -- cgit v1.2.3-24-g4f1b