* Replaced Settings::General.email_addresses with Forem.email * Removed Settings::General.email_addresses remainders * Fixed schema.rb * Remove Settings::General.email_addresses record * Fixed label for default email
8 lines
457 B
Text
8 lines
457 B
Text
<% helper = Module.new { extend ApplicationHelper } %>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName><%= helper.community_name %> Search</ShortName>
|
|
<Description>Find posts from <%= helper.community_name %>.</Description>
|
|
<Contact><%= ForemInstance.email %></Contact>
|
|
<Url type="text/html" template="<%= URL.url("search") %>?q={searchTerms}" />
|
|
</OpenSearchDescription>
|