Index: trunk/templates/source/archives_block.html
===================================================================
--- trunk/templates/source/archives_block.html	(revision 121)
+++ trunk/templates/source/archives_block.html	(revision 125)
@@ -2,12 +2,5 @@
  	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
+		<{$block.archive}>						// Displays Archives from wp_get_archives() function
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
@@ -16,15 +9,5 @@
 	<{$block.err_message}>
 	<div class="xpress_archive_block">
-		<{if $block.config.is_archive_doropdown}>
-			<{$block.archive_dropdown}>
-		<{else}>
-			<ul>
-				<{foreach from=$block.contents item=content}>
-					<li>
-					<{$content.archive}>
-					</li>
-				<{/foreach}>
-			</ul>
-		<{/if}>
+		<{$block.archive}>
 	</div>
 </div>
