Browse Source

[svn r13576] re-active help button

Eric Marguin 17 years ago
parent
commit
f1e50287a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/banner.inc.php

+ 2 - 2
main/inc/banner.inc.php

@@ -139,7 +139,7 @@ if ($_user['user_id'])
 		echo '</li>';
 	}
 }
-/*if ( api_is_allowed_to_edit() )
+if ( api_is_allowed_to_edit() )
 {
 	if( $help != null)
 	{
@@ -151,7 +151,7 @@ if ($_user['user_id'])
 
 	<?php
 	}
-}*/
+}
 ?>
 		</ul>
 	</div>