Update of /cvsroot/stack/stack-dev/lib/filters/active/Hints
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25193/lib/filters/active/Hints
Modified Files:
Tag: item_state_separation
Hints.php
Log Message:
Brought back up to date with big HEAD merge.
Index: Hints.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/filters/active/Hints/Hints.php,v
retrieving revision 1.2
retrieving revision 1.2.8.1
diff -C2 -d -r1.2 -r1.2.8.1
*** Hints.php 11 Sep 2009 08:43:55 -0000 1.2
--- Hints.php 9 Nov 2010 16:51:40 -0000 1.2.8.1
***************
*** 63,67 ****
// CJS 3/9/2009. Avoid popups.
//$rep = '<html><a href="javascript:helpPopup(\''.$root.'/lib/ui/helpViewer.php?reference=fact§ion='.$val.'\');"><img align="middle" border="0" alt="Question value" src="'.$root.'/pix/help.gif" /></a></html>';
! $hintroot = '../../lang/'.$config->get('lang').'/doc/';
require_once($hintroot.'student_factsformula.php');
--- 63,67 ----
// CJS 3/9/2009. Avoid popups.
//$rep = '<html><a href="javascript:helpPopup(\''.$root.'/lib/ui/helpViewer.php?reference=fact§ion='.$val.'\');"><img align="middle" border="0" alt="Question value" src="'.$root.'/pix/help.gif" /></a></html>';
! $hintroot = $config->get('docroot').'/lang/'.$config->get('lang').'/doc/';
require_once($hintroot.'student_factsformula.php');
|