noosfero_layout_features.rhtml 296 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <% if is_testing_theme %> <%= render :file => 'shared/theme_test_panel' %> <% end %> <script type="text/javascript"> $$("a").each(function(a){ if ( a.href == document.location.href ) { a.className += " link-this-page"; } }); </script>