plugin.rb
333 Bytes
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