Changeset 124
- Timestamp:
- Mar 19, 2009, 11:27:39 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/xpress_templates_make.php
r122 r124 85 85 'category_block.html', 86 86 'meta_block.html' , 87 'sidebar_block.html' , 87 88 'index.html', 88 89 ); -
trunk/language/ja_utf8/modinfo.php
r122 r124 29 29 define("_MI_XPRESS_BLOCK_CATEGORY","カテゴリー"); 30 30 define("_MI_XPRESS_BLOCK_META","メタ情報"); 31 define("_MI_XPRESS_BLOCK_SIDEBAR","サイドバー"); 31 32 32 33 // Notify Categories -
trunk/wp-content/themes/xpress_default/blocks/block_style.css
r122 r124 318 318 319 319 } 320 321 /*********** sidebar block ***************/ 322 .xpress_sidebar_block { 323 324 } -
trunk/xoops_version.php
r122 r124 31 31 $modversion['name'] = ucfirst($mydirname) . ' ' . constant('_MI_XPRESS_NAME') ; 32 32 $modversion['description'] = constant( '_MI_XPRESS_DESC'); 33 $modversion['version'] = "0. 09";33 $modversion['version'] = "0.10"; 34 34 $modversion['credits'] = "Wordpress DEV (http://wordpress.org/) XPressME DEV Toemon) (http://www.toemon.com) ;"; 35 35 $modversion['author'] = "toemon (http://www.toemon.com)"; … … 40 40 41 41 // status 42 $modversion['codename'] = "r12 0";42 $modversion['codename'] = "r124"; 43 43 44 44 // onInstall, onUpdate, onUninstall … … 235 235 'func_num' => $b_no, 236 236 ); 237 $b_no++; 238 $modversion['blocks'][$b_no] = array( 239 'file' => 'sidebar_block.php' , 240 'name' => constant('_MI_XPRESS_BLOCK_SIDEBAR') , 241 'description' => '' , 242 'show_func' => "b_". $mydirname . "_sidebar_show" , 243 'edit_func' => '' , 244 'options' => '' , 245 'can_clone' => false , 246 'func_num' => $b_no, 247 ); 237 248 238 249
Note: See TracChangeset
for help on using the changeset viewer.