Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11575
Modified Files:
documentation.php
Log Message:
Index: documentation.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/documentation.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** documentation.php 14 Jul 2005 08:46:52 -0000 1.4
--- documentation.php 14 Jul 2005 11:28:13 -0000 1.5
***************
*** 47,51 ****
include($stack_root.'/maximadocs/functions.php');
} else if ('' != $action) { // Other documentation
! $file_name = $stack_root.'/lang/'.$options['Language']."/doc/{$action}.php";
include($file_name);
}
--- 47,51 ----
include($stack_root.'/maximadocs/functions.php');
} else if ('' != $action) { // Other documentation
! $file_name = stack_lang_filename($options,"/doc/{$action}.php");
include($file_name);
}
|