calendar_viewer news/

August 03, 2007

May 12, 2007

April 15, 2007

March 30, 2007

March 23, 2007

  • Monobook for PukiWiki 不具合
    contentsxプラグインを設置すると
    Fatal error: Call to undefined function _() in contentsx.inc.php on line 19
    とエラーが出て設置できない場合は、contentsx.inc.php を下のように書き換えてください。
             if (empty($msg)) $msg = array(
    -            'toctitle'  => _('Table of Contents'),
    +            'toctitle'  => 'Table of Contents',
             );
    「Table of Contents」の部分は「目次」とかでも構いません。