Code Search for Developers
 
 
  

blank.php from pointcarre at Krugle


Show blank.php syntax highlighted

<?php
/**
============================================================================== 
* @package	dokeos.learnpath
============================================================================== 
*/
$langFile = "learnpath";
include('../inc/claro_init_global.inc.php');
?>
<html>
<head>
<link rel='stylesheet' type='text/css' href='../css/scorm.css'>
</head>
<body>
<br /><div class='message'>

<?php 
if (isset($_GET['open']) && $_GET['open']=='doc') { //that is case of opening a document in path
	echo get_lang('_loading');
} elseif ($_GET['display_msg']) {
	echo get_lang('NoItemSelected')."<br />";
}  
?>

</div>
</body>
</html>



See more files for this project here

pointcarre

Pointcarre - a learning management system based on the Dokeos community releases. No fork, but containing locally developed extensions, features not (yet) in the standard release, integrated plugins...

Project homepage: http://sourceforge.net/projects/pointcarre
Programming language(s): PHP
License: other

  blank.php
  contents.php
  database_with_comments.sql
  headerpage.php
  index.html
  learnpath_functions.inc.php
  learnpath_handler.php
  learnpath_item_show.php
  menu.php
  showinframes.php