[svn r11226] temporaly delete the anouncements and catagories in home page / admin

skala
Julian Prud'homme 18 years ago
parent 73838c83f3
commit fdf3ac4023
  1. 11
      home/home_top.html
  2. 4
      index.php

@ -1,11 +1,2 @@
<br/>
<img src="./home/large_dokeos_logo.gif" alt="Dokeos logo" />
<br/>
<br/>
<b>Welcome on Soandso Online Campus</b>
<br/>
<br/>
Introduction text (...).
<br/>
<br/>
To modify this introduction text, go to the administration area of the portal.
<img src="./home/large_dokeos_logo.gif" alt="Dokeos logo" />

@ -20,7 +20,7 @@
/**
* @package dokeos.main
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Refactoring
* @version $Id: index.php 11164 2007-02-20 01:41:09Z yannoo $
* @version $Id: index.php 11226 2007-02-26 13:44:34Z elixir_julian $
* @todo check the different @todos in this page and really do them
* @todo check if the news management works as expected
*/
@ -215,7 +215,7 @@ if (!$page_included)
if (api_get_setting('display_courses_to_anonymous_users') == 'true')
{
echo '<div class="home_cats">';
display_anonymous_course_list();
//display_anonymous_course_list();
echo '</div>';
}
}

Loading…
Cancel
Save