Changeset 16319

Show
Ignore:
Timestamp:
08/03/07 23:51:15 (12 months ago)
Author:
wuerzblog
Message:

code markdown updated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • a-year-before/trunk/readme.txt

    r16318 r16319  
    18182. Then activate the plugin. 
    19193. In your template — e.g. the sidebar — you can insert the following PHP-code: 
    20       <?php if (function_exists("ayb_posts")) { ?> 
    21       <div class="box"> 
    22             <h2>Posts a year ago</h2> 
    23             <ul> 
    24                   <?php ayb_posts(); ?> 
    25             </ul> 
    26       </div> 
    27       <?php } ?> 
     20 
     21        <?php if (function_exists("ayb_posts")) { ?> 
     22        <div class="box"> 
     23            <h2>Posts a year ago</h2> 
     24            <ul> 
     25                <?php ayb_posts(); ?> 
     26            </ul> 
     27        </div> 
     28        <?php } ?> 
    2829 
    2930== Configuration ==