diff options
Diffstat (limited to 'ratatoeskr/templates/src')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/content_write.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/content_write.html b/ratatoeskr/templates/src/systemtemplates/content_write.html index 82c86c4..3d63c61 100644 --- a/ratatoeskr/templates/src/systemtemplates/content_write.html +++ b/ratatoeskr/templates/src/systemtemplates/content_write.html @@ -49,6 +49,11 @@ </select> </p> <p><ste:get_translation for="allow_comments" />: <input type="checkbox" name="allow_comments" value="yes" ?{$allow_comments|checked="checked" |}/></p> + + <ste:foreach array="displayed_plugins" value="plugin"> + <h2><ste:escape>$plugin[label]</ste:escape></h2> + <ste:load name="$plugin[template]" /> + </ste:foreach> </div> <div class="column_main"> |