Applications must now provide a header.ctp file
authorRoland Häder <roland@mxchange.org>
Sat, 14 Mar 2009 00:18:41 +0000 (00:18 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 14 Mar 2009 00:18:41 +0000 (00:18 +0000)
.gitattributes
templates/de/code/header.ctp [deleted file]

index dc179059e36629ac8d3ae78b4247dd21290642d9..6f1ab9e54f08f3bb266959a527ae994b1e572fd7 100644 (file)
@@ -511,7 +511,6 @@ 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/code/header.ctp -text
 templates/de/html/.htaccess -text
 templates/images/.htaccess -text
 templates/images/_cache/.htaccess -text
diff --git a/templates/de/code/header.ctp b/templates/de/code/header.ctp
deleted file mode 100644 (file)
index 49bb65b..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
-<head>
-       <title>
-               {?app_full_name?} - {?title?}
-       </title>
-
-       <meta name="author" content="$config[meta_author]" />
-       <meta name="publisher" content="$config[meta_publisher]" />
-       <meta name="keywords" content="$config[meta_keywords]" />
-       <meta name="robots" content="index,follow" />
-       <meta name="description" content="$config[meta_description]" />
-       <meta http-equiv="content-type" content="text/html; charset={?header_charset?}" />
-       <meta http-equiv="content-style-type" content="text/css" />
-       <meta http-equiv="content-script-type" content="text/javascript" />
-       <meta http-equiv="language" content="de" />
-       {?header_extras_hook?}
-</head>
-
-<body>
-<div id="masterbox">