- Remove LM-Charlie logo.

This commit is contained in:
agibert 2015-05-15 17:08:31 +00:00
parent 13705fc9c1
commit bfda4b1e9e

View File

@ -1,8 +1,8 @@
<?
// $RCSfile: lmbrowse.php,v $
// $Revision: 1.12 $
// $Revision: 1.13 $
// $Name: $
// $Date: 2015/02/16 17:07:27 $
// $Date: 2015/05/15 17:08:31 $
// $Author: agibert $
/*
@ -995,7 +995,7 @@ function lmb_welcome_tab( )
$data = ob_get_contents();
ob_end_clean();
lmb_make_tab( "welcome", "welcome", "l", "/images/lm-logo-charlie-n-220.png", $data);
lmb_make_tab( "welcome", "welcome", "l", "/images/lm-logo5-n-220.png", $data);
}