Code Search for Developers
 
 
  

headerpage.php from pointcarre at Krugle


Show headerpage.php syntax highlighted

<?php // $Id: headerpage.php 2 2005-07-15 13:01:38Z roane $ 
/**
============================================================================== 
*	@package dokeos.learnpath
============================================================================== 
*/

$langFile = "learnpath";

include('../inc/claro_init_global.inc.php');

$source_id = $_REQUEST['source_id'];
$action = $_REQUEST['action'];
$learnpath_id = mysql_real_escape_string($_REQUEST['learnpath_id']);
$chapter_id = $_REQUEST['chapter_id'];
$originalresource = $_REQUEST['originalresource'];

$noPHP_SELF=true;
//	$shortBanner=true;

$tbl_learnpath_main = $_course['dbNameGlu']."learnpath_main";
$sql="SELECT * FROM `$tbl_learnpath_main` WHERE learnpath_id=$learnpath_id";
$result=api_sql_query($sql,__FILE__,__LINE__);
$therow=mysql_fetch_array($result);

$interbredcrump[]= array ("url"=>"../scorm/scormdocument.php", "name"=> get_lang('_learning_path'));
Display::display_header($therow['learnpath_name'],"Path");
?>



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