Ignore:
Timestamp:
Oct 21, 2010, 11:43:45 PM (14 years ago)
Author:
grum
Message:

fix bugs, add functionnalities and update css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ASearchEngine/ase_pip.class.inc.php

    r7318 r7328  
    106106    $template->assign('TITLE', $page['title']);
    107107
     108    if($template->get_themeconf('parent')=='gally-default')
     109    {
     110      $template->assign('PLUGIN_INDEX_ACTIONS' ,
     111      '<li><a rel="nofollow" title="'.l10n('return to homepage').'" href="'.make_index_url().'" class="button" id="icon_home"></a></li>');
     112    }
     113    else
     114    {
     115      $template->assign('PLUGIN_INDEX_ACTIONS' ,
     116      '<li><a href="'.make_index_url().'" title="'.l10n('return to homepage').'"><img src="'.$template->get_themeconf('icon_dir').'/home.png" class="button" alt="'.l10n('home').'"/></a></li>');
     117    }
     118
     119
    108120    $template->clear_assign(array('U_MODE_CREATED', 'U_MODE_POSTED'));
    109121
Note: See TracChangeset for help on using the changeset viewer.