diff options
Diffstat (limited to 'e_src/templates/common')
-rw-r--r-- | e_src/templates/common/footer.html | 2 | ||||
-rw-r--r-- | e_src/templates/common/header.html | 7 |
2 files changed, 0 insertions, 9 deletions
diff --git a/e_src/templates/common/footer.html b/e_src/templates/common/footer.html deleted file mode 100644 index 308b1d0..0000000 --- a/e_src/templates/common/footer.html +++ /dev/null @@ -1,2 +0,0 @@ -</body> -</html> diff --git a/e_src/templates/common/header.html b/e_src/templates/common/header.html deleted file mode 100644 index 6237620..0000000 --- a/e_src/templates/common/header.html +++ /dev/null @@ -1,7 +0,0 @@ -<!DOCTYPE html> -<html lang="$$LANG"> -<head> -<meta charset="utf-8"> -<title>$$TITLE</title> -</head> -<body> |