Changeset 3344 for branches/1.5/lib/piece/owner/contentMenu.php
- Timestamp:
- 05/25/07 16:25:33 (20 months ago)
- Files:
-
- 1 modified
-
branches/1.5/lib/piece/owner/contentMenu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/lib/piece/owner/contentMenu.php
r3313 r3344 120 120 } 121 121 } 122 requireComponent('Textcube.Core');123 122 ?> 124 <li id="sub-menu-helper">< ?php echo teamblogUser::myBlog();?><a href="<?php echo getHelpURL($blogMenu['topMenu']);?>" onclick="window.open(this.href); return false;"><span class="text"><?php echo _t('도우미');?></span></a></li>123 <li id="sub-menu-helper"><a href="<?php echo getHelpURL($blogMenu['topMenu']);?>" onclick="window.open(this.href); return false;"><span class="text"><?php echo _t('도우미');?></span></a></li> 125 124 </ul> 126 125 </div>
