OSDN Git Service

add $CONF['SpecialskinKey']
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 13 Mar 2007 05:21:19 +0000 (05:21 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 13 Mar 2007 05:21:19 +0000 (05:21 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk@226 1ca29b6e-896d-4ea0-84a5-967f57386b96

utf8/extra/fancyurls/fancyurls.config.php

index 881051e..dc80c27 100755 (executable)
        If you want to change these, you'll also need to rename the stub files 
        and update the contents of the .htaccess file accordingly
     */
-    $CONF['ItemKey'] = 'item';
-    $CONF['ArchiveKey'] = 'archive';
-    $CONF['ArchivesKey'] = 'archives';
-    $CONF['MemberKey'] = 'member';
-    $CONF['BlogKey'] = 'blog';
-    $CONF['CategoryKey'] = 'category'; 
+    $CONF['ItemKey']        = 'item';
+    $CONF['ArchiveKey']     = 'archive';
+    $CONF['ArchivesKey']    = 'archives';
+    $CONF['MemberKey']      = 'member';
+    $CONF['BlogKey']        = 'blog';
+    $CONF['CategoryKey']    = 'category';
+    $CONF['SpecialskinKey'] = 'special';
 ?>
\ No newline at end of file