Changeset 16315

Show
Ignore:
Timestamp:
08/03/07 22:45:31 (1 year ago)
Author:
wuerzblog
Message:

code markdown

Files:

Legend:

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

    r16314 r16315  
    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="einjahr"> 
    22         <h2>Vor einem Jahr</h2> 
    23           <ul> 
    24              <?php ayb_posts(); ?> 
    25           </ul> 
    26         </div> 
    27         <?php } ?> 
     20     <?php if (function_exists("ayb_posts")) { ?> 
     21     <div class="einjahr"> 
     22           <h2>Vor einem Jahr</h2> 
     23           <ul> 
     24                 <?php ayb_posts(); ?> 
     25           </ul> 
     26     </div> 
     27     <?php } ?> 
    2828 
    2929== Configuration ==