Show
Ignore:
Timestamp:
08/29/08 06:24:01 (4 months ago)
Author:
ayunyan
Message:

plugin:fireeagle added Fire Eagle Icon

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/fireeagle/trunk/fireeagle.plugin.php

    r842 r843  
    171171    public function action_admin_header($theme) 
    172172    { 
    173         if ($theme->page != 1) return; 
     173        if ($theme->page != 1) return; // why dashboard is 1? 
    174174        Stack::add('admin_header_javascript', $this->get_url() . '/js/admin.js'); 
    175175        Stack::add('admin_stylesheet', array($this->get_url() . '/css/admin.css', 'screen')); 
     
    271271    public function filter_dash_module_fire_eagle($module, $module_id, $theme) 
    272272    { 
    273         $module['title'] = _t('Fire Eagle', 'fireeagle'); 
     273        $module['title'] = _t('Fire Eagle', 'fireeagle') . '<img src="' . $this->get_url() . '/img/fireeagle.png" alt= "Fire Eagle" />'; 
    274274 
    275275        $form = new FormUI('dash_fireeagle');