aboutsummaryrefslogtreecommitdiffstats
path: root/library/tinymce/examples/templates/layout1.htm
diff options
context:
space:
mode:
Diffstat (limited to 'library/tinymce/examples/templates/layout1.htm')
-rw-r--r--library/tinymce/examples/templates/layout1.htm15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/tinymce/examples/templates/layout1.htm b/library/tinymce/examples/templates/layout1.htm
deleted file mode 100644
index a38df3e68..000000000
--- a/library/tinymce/examples/templates/layout1.htm
+++ /dev/null
@@ -1,15 +0,0 @@
-<table border="1">
- <thead>
- <tr>
- <td>Column 1</td>
- <td>Column 2</td>
- </tr>
- </thead>
-
- <tbody>
- <tr>
- <td>Username: {$username}</td>
- <td>Staffid: {$staffid}</td>
- </tr>
- </tbody>
-</table>