diff options
author | friendica <info@friendica.com> | 2012-07-04 20:37:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-04 20:37:15 -0700 |
commit | f40b056e3b5e55d911d1689017084ef89d96d09a (patch) | |
tree | 990e5d9bfc8752f59085953a4310a63a3d740d2f /view | |
parent | 0990269555acc46abe646a24ee8330b9d2a8b124 (diff) | |
download | volse-hubzilla-f40b056e3b5e55d911d1689017084ef89d96d09a.tar.gz volse-hubzilla-f40b056e3b5e55d911d1689017084ef89d96d09a.tar.bz2 volse-hubzilla-f40b056e3b5e55d911d1689017084ef89d96d09a.zip |
some initial code and benchmarking for "red" content rendering engine
Diffstat (limited to 'view')
-rw-r--r-- | view/content.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/content.tpl b/view/content.tpl new file mode 100644 index 000000000..466045d39 --- /dev/null +++ b/view/content.tpl @@ -0,0 +1,2 @@ +<div id="content-begin"></div> +<div id="content-end"></div> |