svn: /web/doc-editor/trunk/php/ html.templates.php

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sat, 19 Dec 2009 10:06:50 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292324

Log:
Fix new path for ExtJs locale

Changed paths:
    U   web/doc-editor/trunk/php/html.templates.php

Modified: web/doc-editor/trunk/php/html.templates.php
===================================================================
--- web/doc-editor/trunk/php/html.templates.php	2009-12-19 09:59:39 UTC (rev 292323)
+++ web/doc-editor/trunk/php/html.templates.php	2009-12-19 10:06:50 UTC (rev 292324)
@@ -67,9 +67,9 @@
     $return='';

     //i18n for ExtJs library
-    if( is_file('js/extjs/source/locale/ext-lang-'.$_SESSION['lang'].'.js') )
+    if( is_file('js/extjs/src/locale/ext-lang-'.$_SESSION['lang'].'.js') )
     {
-        $return.= sprintf('  <script type="text/javascript" src="%s"></script>', 'js/extjs/source/locale/ext-lang-'.$_SESSION['lang'].'.js') . "\n";
+        $return.= sprintf('  <script type="text/javascript" src="%s"></script>', 'js/extjs/src/locale/ext-lang-'.$_SESSION['lang'].'.js') . "\n";
     }

     //i18n for the UI
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.