Logged Out
Create an Account
Login:
Password:

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

View Version History
The <!--System:StaticTitle--> command is very simple. It simply replaces itself with the file name of the current file, stripped of query strings, file extensions, and possibly leading slashes. This is an approach commonly used for custom images on a perpage basis or for custom javascript.

For example, if the address of the page you're on is: myguild.com/professionlist.php, then <!--System:StaticTitle--> becomes "professionlist"

If the address of the page you're on is myguild.com/viewthread.php?threadid=15&p4, then it becomes "viewthread."

Here's a codified example for you. Let's assume you've uploaded a number of files to your Administrative File Uploader: forum.png and news.png (among others).

In your layout.html file you put:
<img src="http://dkpfiles.com/myguild/files/<!--System:StaticName-->.png" />


When you go to forum.php, it would become the following:
<img src="http://dkpfiles.com/myguild/files/forum.png" />


and when you go to news.php, it would become the following:
<img src="http://dkpfiles.com/myguild/files/news.png" />


Incoming Guide Links
  • Layout File


  • Last Modified: 4/6/2008 11:40am
    Contributors: Chops
    Easy Link
    BBCode Link: [guide=--SystemStaticTitle--][/guide]
    URL: http://dkpsystem.com/guide/--SystemStaticTitle--