diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-01 14:49:11 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-01 14:49:11 +0000 |
commit | 2ef8c58d3139ec931a75185a32ede7a7663c735f (patch) | |
tree | 46dea055272d100950ecc56ff58cca554e0801e0 /plugins/LocalFilesEditor/show_default.tpl | |
parent | 732e456b3ba0c3e9ff4134e0ea815df03375918b (diff) |
New: plugin LocalFiles Editor.
Corrected: $id in smarty comment style in intro.tpl
git-svn-id: http://piwigo.org/svn/trunk@2235 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/LocalFilesEditor/show_default.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/show_default.tpl b/plugins/LocalFilesEditor/show_default.tpl new file mode 100644 index 000000000..c101e351a --- /dev/null +++ b/plugins/LocalFilesEditor/show_default.tpl @@ -0,0 +1,3 @@ +<div id="content" style="font-family:courier;text-align:left;padding:5px;"> +{$DEFAULT_CONTENT} +</div> <!-- content -->
\ No newline at end of file |