... | in utilities.naml |
282 283 284 285 286 287 288 289 290 291 292 293
|
<macro name="edit_header" parameters="first_text,second_text">
<div class="big-title second-font shaded-bg-color" style="padding: .4em;margin-top:.1em">
<n.first_text/>
<n.if.not.is_null.second_text>
<then>
<span class="weak-color">
<n.prepend. prefix="– "><n.second_text/></n.prepend.>
</span>
</then>
</n.if.not.is_null.second_text>
</div>
</macro>
|
Free forum by Nabble | Edit this page |