[geeklog-jp commit] r675 - trunk/geeklog-1-jp-extended/system

Back to archive index

codes****@googl***** codes****@googl*****
2008年 9月 22日 (月) 01:19:26 JST


Author: ivysoho
Date: Sun Sep 21 09:18:52 2008
New Revision: 675

Modified:
    trunk/geeklog-1-jp-extended/system/lib-custom.php

Log:
system/lib-custom.phpに,拡張版関数をすべて読み込みセット

Modified: trunk/geeklog-1-jp-extended/system/lib-custom.php
==============================================================================
--- trunk/geeklog-1-jp-extended/system/lib-custom.php	(original)
+++ trunk/geeklog-1-jp-extended/system/lib-custom.php	Sun Sep 21 09:18:52  
2008
@@ -75,7 +75,6 @@
  * this is a sample function used by a PHP block.  This will show the  
rights that
  * a user has in the "What you have access to" block.
  *
-*/
  function phpblock_showrights()
  {
      global $_RIGHTS, $_CST_VERBOSE;
@@ -96,7 +95,7 @@

      return $retval;
  }
-
+*/

  /**
  * Include any code in this function that will be called by the internal  
CRON API
@@ -529,6 +528,14 @@
  }
  */

+/**
+  * 日本語拡張版提供 PHPブロック関数およびカスタム関数
+  */
+require_once( 'custom/custom_getstaticpage.php' );
+require_once( 'custom/phpblock_lastarticles.php' );
+require_once( 'custom/phpblock_showrights.php' );
+require_once( 'custom/phpblock_sitemapmenu.php' );
+require_once( 'custom/phpblock_themetester.php' );
  require_once( 'custom/phpblock_stats.php' );

-?>
+?>
\ No newline at end of file




Geeklogjp-changes メーリングリストの案内
Back to archive index