From: Roland Häder Date: Sat, 14 Mar 2009 01:51:32 +0000 (+0000) Subject: Removed deprecated templates/directories X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=af9c1b531969b329657895e54d6bea9b89344b8c Removed deprecated templates/directories --- diff --git a/.gitattributes b/.gitattributes index 6f1ab9e5..d27ef43b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -507,17 +507,6 @@ inc/selector.php -text /svn-externals.txt -text templates/.htaccess -text templates/_compiled/.htaccess -text -templates/de/.htaccess -text -templates/de/code/.htaccess -text -templates/de/code/emergency_exit.ctp -text -templates/de/code/footer_msg.ctp -text -templates/de/html/.htaccess -text -templates/images/.htaccess -text -templates/images/_cache/.htaccess -text -templates/images/de/.htaccess -text -templates/images/de/image/.htaccess -text -templates/images/de/image/base_image.itp -text -templates/images/de/image/emergency_exit.itp -text tests/ConfigTest.php -text tests/RegistryTest.php -text tests/RequestTest.php -text diff --git a/templates/de/.htaccess b/templates/de/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/de/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/de/code/.htaccess b/templates/de/code/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/de/code/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/de/code/emergency_exit.ctp b/templates/de/code/emergency_exit.ctp deleted file mode 100644 index e974daf5..00000000 --- a/templates/de/code/emergency_exit.ctp +++ /dev/null @@ -1,29 +0,0 @@ -{?header:title="Problem in application framework detected!"?} - -
- $content[message] -
- -
-
- File inclusion backtrace: -
-
- $content[backtrace] -
-
- -
-
- Statistics -
-
- Total objects: $content[total_objects] -
-
- Loaded class files: $content[total_includes] - (Including exception and interfaces.) -
-
- -{?footer_msg:footer_msg="Please contact the support and supply the full above message, if you think you are not qualified to fix this problem."?} diff --git a/templates/de/code/footer_msg.ctp b/templates/de/code/footer_msg.ctp deleted file mode 100644 index fb1de363..00000000 --- a/templates/de/code/footer_msg.ctp +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/templates/de/html/.htaccess b/templates/de/html/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/de/html/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/images/.htaccess b/templates/images/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/images/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/images/_cache/.htaccess b/templates/images/_cache/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/images/_cache/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/images/de/.htaccess b/templates/images/de/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/images/de/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/images/de/image/.htaccess b/templates/images/de/image/.htaccess deleted file mode 100644 index 3a428827..00000000 --- a/templates/images/de/image/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/images/de/image/base_image.itp b/templates/images/de/image/base_image.itp deleted file mode 100644 index 6501b56f..00000000 --- a/templates/images/de/image/base_image.itp +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/images/de/image/emergency_exit.itp b/templates/images/de/image/emergency_exit.itp deleted file mode 100644 index f8abcd6b..00000000 --- a/templates/images/de/image/emergency_exit.itp +++ /dev/null @@ -1,40 +0,0 @@ -setImageName("emergency_exit"); -$helper->setBaseImage("base_image"); - -// Set image dimensions -$helper->setWidth(250); -$helper->setHeight(100); - -// Background and foreground color -$helper->setBackgroundColorRedGreenBlue(0xA0, 0x00, 0x30); -$helper->setForegroundColorRedGreenBlue(0xFF, 0xFF, 0xFF); - -// Add header line -$helper->addTextLine("header"); -$helper->setCoord(48, 10); -$helper->setFontSize(5); -$helper->setImageString("Fehler-Code: {?code?}"); - -// Add info line -$helper->addTextLine("info"); -$helper->setCoord(108, 40); -$helper->setFontSize(5); -$helper->setImageString("Info:"); - -// Add extra line -$helper->addTextLine("extra"); -$helper->setCoord(10, 70); -$helper->setFontSize(2); -$helper->setImageString("{?extra?}"); - -// Flush content to the template engine -$helper->flushContent(); - -// Comment this out if image is done -//$this->debugInstance(); - -// [EOF] -?>