diff options
author | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-26 14:03:51 +0000 |
---|---|---|
committer | ericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-26 14:03:51 +0000 |
commit | d222f29e558ae474d7e3b9853f0ec7e68451fd88 (patch) | |
tree | 8b03fc04f78c332ca22abc53e983c2692893da25 | |
parent | a6a69c4a2e5130e92cf56a95f3c74ff534299aea (diff) | |
download | semanticscuttle-d222f29e558ae474d7e3b9853f0ec7e68451fd88.tar.gz semanticscuttle-d222f29e558ae474d7e3b9853f0ec7e68451fd88.tar.bz2 |
add reference to bottom.inc.php and div
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@89 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | templates/bottom.inc.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/bottom.inc.php b/templates/bottom.inc.php index 691287b..262ca2a 100644 --- a/templates/bottom.inc.php +++ b/templates/bottom.inc.php @@ -1,2 +1,7 @@ +<!--following code is generated by templates/bottom.inc.php--> +<div id="bottom"> + +</div> + </body> -</html>
\ No newline at end of file +</html> |