Plugin Directory

Changeset 175438


Ignore:
Timestamp:
11/20/2009 02:19:59 AM (16 years ago)
Author:
sulaeman
Message:

fix readme

Location:
menu-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • menu-manager/tags/1.0.0/readme.txt

    r175434 r175438  
    3333After you manage the menu, then you can put below code into your blog :
    3434
    35 <ul id="mm_nav">
     35* create an ul tag, then put an id="mm_nav" at it.
     36* then put below code inside the ul tag
     37
    3638<?php if (function_exists('mm_menu')) { mm_menu(); } ?>
    37 </ul>
    3839
    3940== Changelog ==
  • menu-manager/trunk/readme.txt

    r175434 r175438  
    3333After you manage the menu, then you can put below code into your blog :
    3434
    35 <ul id="mm_nav">
     35* create an ul tag, then put an id="mm_nav" at it.
     36* then put below code inside the ul tag
     37
    3638<?php if (function_exists('mm_menu')) { mm_menu(); } ?>
    37 </ul>
    3839
    3940== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.