Changeset 206
- Timestamp:
- May 7, 2009, 7:45:47 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/meta_block_theme.php
r145 r206 19 19 } 20 20 if ($xoops_link){ 21 $output .= '<li><a href="http:// jp.xoops.org/" title="Powered by XOOPS Cube, state-of-the-art Content Management Portal." target="_blank">XOOPS cube</a></li>';21 $output .= '<li><a href="http://xoopscube.sourceforge.net/" title="Powered by XOOPS Cube, state-of-the-art Content Management Portal." target="_blank">XOOPS cube</a></li>'; 22 22 } 23 23 if ($post_rss){ -
trunk/xoops_version.php
r205 r206 40 40 41 41 // status 42 $modversion['codename'] = "RC1(r20 5)";42 $modversion['codename'] = "RC1(r206)"; 43 43 44 44 // onInstall, onUpdate, onUninstall
Note: See TracChangeset
for help on using the changeset viewer.