... | in new_topic_action_row.naml |
1 2 3 4 5 6 7 8 9 10 11 12 13
|
<override_macro name="new_topic_action_row" requires="node_page">
<tr>
<td style="width:20px">
<img src="/images/icon_post_message.png" class="image16" border="0"/>
</td>
<td class="nowrap" style="padding-left:.2em">
<n.page_node.new_topic_link
text="[t]Ask a New Question[/t]"
title="[t]Post new message in [t.location.page_node.subject/][/t]"
/>
</td>
</tr>
</override_macro>
|
... | in widget.naml |
69 70 71 72 73 74 75 76 77 78 79 80 81
|
<macro name="new_topic_action_row" requires="node_page">
<tr>
<td style="width:20px">
<img src="/images/icon_post_message.png" class="image16" border="0"/>
</td>
<td class="nowrap" style="padding-left:.2em">
<n.page_node.new_topic_link
text="[t]New Post[/t]"
title="[t]Post new message in [t.location.page_node.subject/][/t]"
/>
</td>
</tr>
</macro>
|
Free forum by Nabble | Edit this page |