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