Logged Out
Create an Account
Login:
Password:

Forgot your password?
<!--System:Title-->

View Version History
This <!--System:Title--> Command is one of the simplest ones in the system. While historically, it had an effect on the functionality of the site, this is no longer the case.

<title>

The most common place to put this is somewhere in the <title> tag inside the <head> tag like so

<html>
	<head>
		<title>Raven Warriors - <!--System:Title--></title>
	</head>


If you were on the Forum, then in the title bar of the browser would display: Raven Warriors - Forum


Elsewhere on the layout

It's also usually a good idea to place that information on the page somewhere where it'll be displayed in a prominent location.

As an example, on the default layout,

<table class="Subject" align="center" cellpadding="4" border=0 cellspacing="0" width="100%">
	<tr>
		<td align="center" class=Subject>
			<div id=pagetitle><!-- System:Title --></div>
		</td>
	</tr>


One thing that is recommended, but by no means required, is to give the tag around the <!--System:Title--> a pagetitle id. Notice in that code, the line:

<div id=pagetitle><!--System:title--></div>


Incoming Guide Links
  • Layout File


  • Last Modified: 1/30/2008 8:19pm
    Contributors: Chops
    Easy Link
    BBCode Link: [guide=--SystemTitle--][/guide]
    URL: http://www.dkpsystem.com/guide/--SystemTitle--