TOP

v65:sectionTitle

Coming Soon...

<v65:sectionTitle></v65:sectionTitle>

The v65:sectionTitle tag displays a title of the page at the depth specified.

Optional Attribute(s):

  • depth:   <v65:sectionTitle depth="2"></v65:sectionTitle>
  • options:   <v65:sectionTitle options="{'element':'div','attributes':{'class':'v65-sectionTitle'}}"></v65:sectionTitle>

SAMPLE

The v65:sectionTitle tag outputs the following HTML code:
<div class="v65-sectionTitle">
	//Section Title//
</div>