What is this stuff?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jim
Forum Contributor
Posts: 238
Joined: Fri Apr 19, 2002 5:26 am
Location: Near Austin, Texas

What is this stuff?

Post by Jim »

If you look at the source of these forums (before they are processed) you get stuff like this:

Code: Select all

<th class="thHead">&#1111;b]&#123;L_FAQ_TITLE&#125;&#1111;/b]</th>

What does the stuff in bold mean? I'm so damned lost...

Gracias!
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

It's special markup used by the templating engine for display purposes. You would be best off reading the docs on the phpBB website regarding them.
Jim
Forum Contributor
Posts: 238
Joined: Fri Apr 19, 2002 5:26 am
Location: Near Austin, Texas

Post by Jim »

If only it were up, my friend... if only it were up.. :(
Post Reply