diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-07 10:48:37 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-07 10:48:37 +0000 |
commit | 1c82a6fc891b4ead8e80aa4399c0b55efbfe9395 (patch) | |
tree | d2b05078ae9af8a72e28ad9be72f4b3c2c078a7b /template/default | |
parent | 33662f53445f69d06c1742af0f8c42b4d0779ced (diff) |
Replacing empty file by HTML comment
git-svn-id: http://piwigo.org/svn/trunk@76 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/footer.htm | 1 | ||||
-rw-r--r-- | template/default/header.htm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/default/footer.htm b/template/default/footer.htm index e69de29bb..501782eac 100644 --- a/template/default/footer.htm +++ b/template/default/footer.htm @@ -0,0 +1 @@ +<!-- footer -->
\ No newline at end of file diff --git a/template/default/header.htm b/template/default/header.htm index e69de29bb..962fe8b58 100644 --- a/template/default/header.htm +++ b/template/default/header.htm @@ -0,0 +1 @@ +<!-- header --> |