<{* ************************** usage **************************** The template tag of the following list can be used. <{$block.err_message}> // When the block cannot be displayed, this outputs the reason. Please do not delete it. <{$block.data_count}> // The number of archives is displayed. <{$block.config.is_archive_doropdown}> // When this returns the true value. The user has selected the archive to be displayed by the drop down list in the setting of the block. <{$block.archive_dropdown}> // Displays a dropdown list of links to date-based archives. <{$block.contents}> // Data array of archives. // Examples of <{$block.contents}> <{foreach from=$block.contents item=content}> // Loop <{$content.archive}> // Displays a list of links to date-based archives. <{/foreach}> // End of Loop ************************* End of usage ************************ *}> <{* Start Template *}>
<{$block.err_message}>
<{if $block.config.is_archive_doropdown}> <{$block.archive_dropdown}> <{else}> <{/if}>