XPressME Integration Kit

Trac

source: trunk/templates/source/sidebar_block.html @ 204

Last change on this file since 204 was 204, checked in by toemon, 15 years ago

#122 サイドバーブロックのレイアウト崩れバグ修正

File size: 501 bytes
Line 
1<{* **************************  usage ****************************
2        The template tag of the following list can be used.
3                <{$block.err_message}>                                  // When the block cannot be displayed, this outputs the reason. Please do not delete it.
4                <{$block.tag_cloud}>                                    // Displays sidebar from get_sidebar() function
5   ************************* End of usage ************************ *}>
6<{* Start Template *}>
7
8<div class="xpress_block">
9        <{$block.err_message}>
10        <{$block.sidebar}>
11</div>
Note: See TracBrowser for help on using the repository browser.