[svn r11766] minor - fix a bug with language var

skala
Julian Prud'homme 19 years ago
parent dbe69eb4e5
commit e516546972
  1. 6
      main/document/slideshow.php
  2. 4
      main/document/slideshowoptions.php

@ -1,5 +1,5 @@
<?php
// $Id: slideshow.php 10839 2007-01-23 09:35:28Z elixir_julian $
// $Id: slideshow.php 11766 2007-03-29 08:39:27Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -89,7 +89,7 @@ $interbreadcrumb[] = array ("url" => $url, "name" => $originaltoolname);
// because $nametools uses $_SERVER['PHP_SELF'] for the breadcrumbs instead of $_SERVER['REQUEST_URI'], I had to
// bypass the $nametools thing and use <b></b> tags in the $interbreadcrump array
$url = "slideshow.php?curdirpath=".$pathurl;
$originaltoolname = get_lang('_slideshow');
$originaltoolname = get_lang('SlideShow');
//$interbreadcrumb[]= array ("url"=>$url, "name"=>$originaltoolname );
Display :: display_header($originaltoolname, "Doc");
@ -123,7 +123,7 @@ function MM_openBrWindow(theURL,winName,features) { //v2.0
<p></p>
<h3 style="margin-top: 0; margin-bottom: 0"><?php echo get_lang('_slideshow'); ?></h3>
<h3 style="margin-top: 0; margin-bottom: 0"><?php echo get_lang('SlideShow'); ?></h3>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>

@ -1,4 +1,4 @@
<?php // $Id: slideshowoptions.php 10204 2006-11-26 20:46:53Z pcool $
<?php // $Id: slideshowoptions.php 11766 2007-03-29 08:39:27Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -73,7 +73,7 @@ $originaltoolname=get_lang('Documents');
$interbreadcrumb[]= array ("url"=>$url, "name"=>$originaltoolname );
$url="slideshow.php?curdirpath=".$pathurl;
$originaltoolname=get_lang('Slideshow');
$originaltoolname=get_lang('SlideShow');
$interbreadcrumb[]= array ("url"=>$url, "name"=>$originaltoolname );
// because $nametools uses $_SERVER['PHP_SELF'] for the breadcrumbs instead of $_SERVER['REQUEST_URI'], I had to

Loading…
Cancel
Save