{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *} {if $ctype == 'seperator'}
{/if} {if $ctype == 'select'} {$cname} {if $cdesc != ''}
 {$cdesc} {/if}
{/if} {if $ctype == 'radio'} {$cname} {if $cdesc != ''}
 {$cdesc} {/if} {foreach $radio_button AS $r} {if $r['counter'] == 1}
{/if} {if ($r['counter'] == $per_row)} {assign var="r" value="counter[0]"}
{/if} {/foreach} {/if} {if $ctype == 'string'} {$cname}
 {$cdesc}
{/if} {if (($ctype == 'html') || ($ctype == 'text'))} {$cname}   {$cdesc}
{/if} {if $ctype == 'content'} {$cbag_default} {/if} {if $ctype == 'custom'} {$cbag_custom} {/if} {if $ctype == 'hidden'} {/if} {if $ctype == 'media'} {if !$mediajs_output} {/if} {$cname}
{$cdesc}
 

{$CONST.MEDIA_LIBRARY} {/if} {if $ctype == 'sequence'} {if !$sequencejs_output} {/if} {$cname}
{$cdesc}
    {foreach $order_id as $orid}
  1. {if $checkable} {/if} {$items[{$orid['id']}]['display']} {if isset($items[{$orid['id']}]['img'])} {/if}
  2. {/foreach}
{if (!is_array($items) || empty($order_id))} {$none} {/if} {* Smarty 3 has a new auto literal option which is enabled by default. When the { is surrounded by whitespace it is not interpreted as smarty delimiter but literal. e.g. ' } ;' *} {/if}