Changeset 18933


Ignore:
Timestamp:
2010/11/06 16:30:13 (13 years ago)
Author:
miningbrownie
Message:
 
Location:
branches/camp/camp-2_5-E/data
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/Smarty/templates/admin/system/subnavi.tpl

    r18873 r18933  
    2828<li<!--{if $tpl_subno == 'masterdata'}--> class="on"<!--{/if}--> id="navi-system-masterdata"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/masterdata.php"><span>マスタデータ管理</span></a></li> 
    2929<li<!--{if $tpl_subno == 'system'}--> class="on"<!--{/if}--> id="navi-system-system"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/system.php"><span>システム情報</span></a></li> 
     30<li<!--{if $tpl_subno == 'plugin'}--> class="on"<!--{/if}--> id="navi-system-plugin"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/plugin.php"><span>プラグイン管理</span></a></li> 
    3031<li<!--{if $tpl_mainno == 'system' && $tpl_subno == 'log'}--> class="on"<!--{/if}--> id="navi-system-log"><a href="<!--{$smarty.const.URL_DIR}-->admin/system/log.php"><span>ログ表示</span></a></li> 
    3132</ul> 
  • branches/camp/camp-2_5-E/data/class/SC_Plugin.php

    r18932 r18933  
    2424    public abstract function init(); 
    2525     
     26    public abstract function enable(); 
     27     
     28    public abstract function getVersion(); 
     29     
     30    public abstract function getName(); 
     31     
     32     
    2633    public function install(){ 
    27  
     34       
    2835    } 
    2936 
Note: See TracChangeset for help on using the changeset viewer.