Explorar o código

[svn r17560] replace file name by category name

Juan Carlos Raña %!s(int64=16) %!d(string=hai) anos
pai
achega
685b4f3f84
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      main/admin/configure_homepage.php

+ 2 - 2
main/admin/configure_homepage.php

@@ -1,4 +1,4 @@
-<?php // $Id: configure_homepage.php 17523 2009-01-03 20:59:49Z herodoto $
+<?php // $Id: configure_homepage.php 17560 2009-01-07 12:34:08Z herodoto $
 /*
 /*
 ===== =========================================================================
 ===== =========================================================================
 	Dokeos - elearning and course management software
 	Dokeos - elearning and course management software
@@ -993,7 +993,7 @@ switch($action){
 				{
 				{
 					foreach($Categories as $enreg)
 					foreach($Categories as $enreg)
 					{
 					{
-						echo '<tr><td>'.Display::return_icon('opendir.gif').'&nbsp;'.$enreg['name'].'</td></tr>';
+						echo '<tr><td>'.Display::return_icon('folder_document.gif', $enreg['name']).'&nbsp;'.$enreg['name'].'</td></tr>';
 					}
 					}
 					unset($Categories);
 					unset($Categories);
 				}
 				}