Browse Source

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

Julian Prud'homme 18 years ago
parent
commit
adb974e445
2 changed files with 5 additions and 4 deletions
  1. 2 2
      main/exercice/exercice_submit.php
  2. 3 2
      main/exercice/exercise_result.php

+ 2 - 2
main/exercice/exercice_submit.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
 }

+ 3 - 2
main/exercice/exercise_result.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
 }