Changeset 16315
- Timestamp:
- 08/03/07 22:45:31 (1 year ago)
- Files:
-
- a-year-before/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
a-year-before/trunk/readme.txt
r16314 r16315 18 18 2. Then activate the plugin. 19 19 3. 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 } ?> 28 28 29 29 == Configuration ==
