18 lines
429 B
Smarty
18 lines
429 B
Smarty
<?xml version="1.0" encoding="utf-8" ?>
|
|
<editors>
|
|
<namesuffix>{$EditorsNameSuffix}</namesuffix>
|
|
{foreach from=$ColumnEditors key=name item=editor name=Editors}
|
|
<editor name="{$name}">
|
|
<html>
|
|
<![CDATA[
|
|
{$editor.Html}
|
|
]]>
|
|
</html>
|
|
<script>
|
|
<![CDATA[
|
|
{$editor.Script}
|
|
]]>
|
|
</script>
|
|
</editor>
|
|
{/foreach}
|
|
</editors> |