  0.5.1       'admin_announce'.  ..    
-        ,      
    $tabs.  

 ,   ,  :

-------------------------------------------------------------------------------
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); 

function %%%_announce_autoload()
{
	mso_hook_add( 'admin_announce', '%%%_announce_custom');
}


function %%%_announce_custom($tabs = array())
{
	$tabs[] = array(
					t(' ', __FILE__),
					'<div class="info">' . t(' , ,  ', __FILE__) . '</div>'
					);
	return $tabs;
}
?>
-------------------------------------------------------------------------------


 %%%      ,  .   ,
     .         
     .
   ,  .


-------------------------------------------------------------------------------
Changelog
-------------------------------------------------------------------------------
0.1
                  ,  
          textarea.

0.2
        .

0.3
       .    .

0.3.1
      .

0.4
     -  ,     .

0.5
     ,            .

0.5.1
    ,    ,    .
