PDA

View Full Version : Forum title in meta tag?


saab340
01-10-2002, 06:02 PM
How do I get the forum title to show in meta tag?

this did not work:

<META NAME="Description" CONTENT="<?=$foruminfo['title']?>

Admin
01-11-2002, 11:26 AM
Stick this line in your forumdisplay template:
<META NAME="Description" CONTENT="$foruminfo[title]">

saab340
01-11-2002, 02:28 PM
Thanks, I had that already, I quess I should have been more specific.

How do I get forum name to show on meta tag, just like above, in my "showthread template"

Admin
01-12-2002, 04:32 AM
<META NAME="Description" CONTENT="$forum[title]">