/[web]/nav/lib.php
ViewVC logotype

Diff of /nav/lib.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2586 by akien, Tue Jun 4 19:09:03 2013 UTC revision 2594 by rda, Wed Jun 5 12:16:35 2013 UTC
# Line 30  class NCache Line 30  class NCache
30       *       *
31       * @return NCache       * @return NCache
32      */      */
33      function build($path, $timeout = 3600)      public static function build($path, $timeout = 3600)
34      {      {
35          $path = __DIR__ . '/' . $path;          $path = __DIR__ . '/' . $path;
36    
# Line 135  class l10n Line 135  class l10n
135       *       *
136       * @return void       * @return void
137      */      */
138      function load($lang)      public static function load($lang)
139      {      {
140          global $_t;          global $_t;
141          $_t = array();          $_t = array();
# Line 190  P; Line 190  P;
190       *       *
191       * @return string       * @return string
192      */      */
193      function _t($s) {      public static function _t($s) {
194          if (trim($s) == '')          if (trim($s) == '')
195              return '';              return '';
196    

Legend:
Removed from v.2586  
changed lines
  Added in v.2594

  ViewVC Help
Powered by ViewVC 1.1.30