[svn r11297] use now CSS styles for tests in LP

skala
Julian Prud'homme 19 years ago
parent 1edb3f31a7
commit adb974e445
  1. 4
      main/exercice/exercice_submit.php
  2. 5
      main/exercice/exercise_result.php

@ -35,7 +35,7 @@
* the administrator
* @package dokeos.exercise
* @author Olivier Brouckaert
* @version $Id: exercice_submit.php 11107 2007-02-14 09:46:32Z elixir_julian $
* @version $Id: exercice_submit.php 11297 2007-03-01 13:30:14Z elixir_julian $
*/
@ -411,7 +411,7 @@ else
</head>
<body>
<link rel="stylesheet" type="text/css" href="<?php echo api_get_path(WEB_CODE_PATH); ?>css/frames.css" />
<link rel="stylesheet" type="text/css" href="<?php echo api_get_path(WEB_CODE_PATH); ?>css/default/frames.css" />
<?php
}

@ -27,7 +27,7 @@
* @package dokeos.exercise
* @author Olivier Brouckaert, main author
* @author Roan Embrechts, some refactoring
* @version $Id: exercise_result.php 11074 2007-02-07 15:57:38Z elixir_julian $
* @version $Id: exercise_result.php 11297 2007-03-01 13:30:14Z elixir_julian $
*
* @todo split more code up in functions, move functions to library?
*/
@ -174,7 +174,8 @@ else
</head>
<body>
<link rel="stylesheet" type="text/css" href="<?php echo api_get_path(WEB_CODE_PATH); ?>css/frames.css" />
<link rel="stylesheet" type="text/css" href="<?php echo api_get_path(WEB_CODE_PATH); ?>css/default/frames.css" />
<?php
}

Loading…
Cancel
Save