OSDN Git Service

add <%bloglist%> part for FancyURL-2
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sat, 17 Feb 2007 04:39:59 +0000 (04:39 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Sat, 17 Feb 2007 04:39:59 +0000 (04:39 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@206 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/nucleus/libs/globalfunctions.php

index 6ae580c..3686370 100755 (executable)
@@ -13,8 +13,8 @@
 /**
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: globalfunctions.php,v 1.14 2007-02-07 09:15:57 kimitake Exp $
- * $NucleusJP: globalfunctions.php,v 1.13 2007/02/06 09:00:24 kimitake Exp $
+ * @version $Id: globalfunctions.php,v 1.15 2007-02-17 04:39:59 shizuki Exp $
+ * $NucleusJP: globalfunctions.php,v 1.14 2007/02/07 09:15:57 kimitake Exp $
  */
 
 // needed if we include globalfunctions from install.php
@@ -393,6 +393,14 @@ if ($CONF['URLMode'] == 'pathinfo') {
                                        }
                                        break;
 
+                case 'special':
+                    $i++;
+
+                                       if ($i < sizeof($data) ) {
+                       $_REQUEST['special'] = $data[$i];
+                    }
+                    break;
+
                                default:
                                        // skip...
                        }