Changeset 715a1b14 in github


Ignore:
Timestamp:
Jun 21, 2011 5:10:14 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
12bfc55e
Parents:
b0689bd5
Message:
  • Make local_skin_path() to be a public method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_plugin.php

    r0501b63 r715a1b14  
    284284      return $fn; 
    285285  } 
    286    
     286 
    287287  /** 
    288288   * Provide path to the currently selected skin folder within the plugin directory 
     
    291291   * @return string Skin path relative to plugins directory 
    292292   */ 
    293   protected function local_skin_path() 
     293  public function local_skin_path() 
    294294  { 
    295295      $skin_path = 'skins/'.$this->api->config->get('skin'); 
Note: See TracChangeset for help on using the changeset viewer.