... | in nabble_footer.naml |
1 2 3 4 5 6 7 8 9 10 11 12 13
|
<override_macro name="nabble_footer">
<table class="footer-table shaded-bg-color">
<tr>
<td class="footer-left weak-color">
<n.nabble_homepage_link Macro Parameters:
text, class
♦ ♦
</td>
<td class="footer-right">
<n.macro_viewer_page_link Macro ♦ ♦
</td>
</tr>
</table>
</override_macro>
|
... | in utilities.naml |
117 118 119 120 121 122 123 124 125 126 127 128 129
|
<macro name="nabble_footer">
<table class="footer-table shaded-bg-color">
<tr>
<td class="footer-left weak-color">
<n.nabble_footer_left/>
</td>
<td class="footer-right">
<n.disable_ads_link/>
<n.macro_viewer_page_link/>
</td>
</tr>
</table>
</macro>
|
Free forum by Nabble | Edit this page |