forked from caioformiga/cirandas-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html.erb
29 lines (21 loc) · 881 Bytes
/
footer.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div id="footer-content">
<p id="footer-first"></p>
<div id="footer-left">
<%= language_chooser %>
<p><a href="http://noosfero.org">Noosfero</a>, versão <%= Noosfero::VERSION %></p>
</div>
<div id="footer-middle">
<p>Veja quem são nossos <a href="http://noosfero.org/Site/SponsorsPtbr">Parceiros e apoiadores</a></p>
</div>
<div id="footer-right">
<p id="footer-fbes">Um projeto do <a href="http://www.fbes.org.br">FBES</a>, Fórum Brasileiro de Economia Solidária</p>
</div>
</div>
<div id="footer-bottom">
</div>
<% title_name = @profile ? escape_javascript(@profile.short_name(53)) : '' %>
<script type="text/javascript">
if (typeof cirandas_theme === 'undefined') cirandas_theme = {};
cirandas_theme.title_name = '<%= title_name %>';
cirandas_theme.is_enterprise = <%= (!! @profile and @profile.enterprise?).to_json %>;
</script>