ref: master
plugins/sniffer/lib/ext/plugin.rb
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
require_dependency "#{Rails.root}/lib/noosfero/plugin" class Noosfero::Plugin # -> Add content to the header of the balloon def sniffer_plugin_balloon_header nil end # -> Add content to the footer of the balloon # returns = lambda block that creates html code. def sniffer_plugin_balloon_footer nil end end |