X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FPlugin.pm;h=96a14127e77fdbf70238dd6608782523d0207677;hb=b91274144fa2b6be37c82f2e296d4e62cd47358e;hp=3a04203644a333c2c406f0ef96f70062712bec04;hpb=73a6a80a9ca5edbd43d139b7cb25bfee4abfd35e;p=freeside.git diff --git a/rt/lib/RT/Plugin.pm b/rt/lib/RT/Plugin.pm index 3a0420364..96a14127e 100644 --- a/rt/lib/RT/Plugin.pm +++ b/rt/lib/RT/Plugin.pm @@ -90,7 +90,7 @@ Takes a name of sub directory and returns its full path, for example: my $plugin_etc_dir = $plugin->Path('etc'); -See also L, L and other shortcut methods. +See also L, L, L and other shortcut methods. =cut @@ -120,6 +120,14 @@ Returns the directory this plugin has installed its L templates int sub ComponentRoot { return $_[0]->Path('html') } +=head2 StaticDir + +Returns the directory this plugin has installed its static files into + +=cut + +sub StaticDir { return $_[0]->Path('static') } + =head2 PoDir Returns the directory this plugin has installed its message catalogs into.