tenants
Well-known member
I'm just getting back into the swing of things, reading the tutorials and watching kiers fun video's
If this a good way of updating the board title just on the main page (basically, I want a style "by my company" on the board title, but not on the threads)
SO:
1) I've created a custom style (it will be my only/default style)
2) to the template called "PAGE_CONTAINER"
I've changed the template to this:
It looks okay, just my first basic changes (and only style at the moment), I'm just getting the hand of template system again
How it looks so far (looks right, but is this the right way of doing it)

If this a good way of updating the board title just on the main page (basically, I want a style "by my company" on the board title, but not on the threads)
SO:
1) I've created a custom style (it will be my only/default style)
2) to the template called "PAGE_CONTAINER"
I've changed the template to this:
Code:
<xf:if is="!$noH1">
<xf:if is="{{$siteName==$h1}}">
<h1 class="p-title-value">{$h1} By <span class="aut-tick-title"><span class="aut">Aut-</span><span class="tick">Tick</span></span></h1>
<xf:else />
<h1 class="p-title-value">{$h1}</h1>
</xf:if>
</xf:if>
It looks okay, just my first basic changes (and only style at the moment), I'm just getting the hand of template system again
How it looks so far (looks right, but is this the right way of doing it)
