Minor - replacing d**** to chamilo

skala
Julio Montoya 15 years ago
parent 699337885a
commit 88a6635834
  1. 10
      main/document/showinframes.php

@ -5,22 +5,22 @@
* This file will show documents in a separate frame. * This file will show documents in a separate frame.
* We don't like frames, but it was the best of two bad things. * We don't like frames, but it was the best of two bad things.
* *
* display html files within Dokeos - html files have the Dokeos header. * display html files within Chamilo - html files have the Chamilo header.
* *
* --- advantages --- * --- advantages ---
* users "feel" like they are in Dokeos, * users "feel" like they are in Chamilo,
* and they can use the navigation context provided by the header. * and they can use the navigation context provided by the header.
* *
* --- design --- * --- design ---
* a file gets a parameter (an html file) * a file gets a parameter (an html file)
* and shows * and shows
* - dokeos header * - chamilo header
* - html file from parameter * - html file from parameter
* - (removed) dokeos footer * - (removed) chamilo footer
* *
* @version 0.6 * @version 0.6
* @author Roan Embrechts (roan.embrechts@vub.ac.be) * @author Roan Embrechts (roan.embrechts@vub.ac.be)
* @package dokeos.document * @package chamilo.document
*/ */
/* INITIALIZATION */ /* INITIALIZATION */

Loading…
Cancel
Save