1
pembis
Title problem
  • 2005/5/1 3:47

  • pembis

  • Just popping in

  • Posts: 20

  • Since: 2005/4/20


I included some pages in my XOOPS website. But the title not changes so the bots can not spider my website. What can i do to change this?

I made my pages just as this :

<?php
include("/home/httpd/vhosts/mysite.com/httpdocs/mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
?>

my content here

<?php
include(XOOPS_ROOT_PATH."/footer.php");
?>

But it gives the same title, that i defined in Admin panel, to my all pages. What is the solution please?

2
-DJNZ-
Re: Title problem
  • 2005/5/1 10:53

  • -DJNZ-

  • Just popping in

  • Posts: 30

  • Since: 2005/1/11


This is a FAQ.

After include(XOOPS_ROOT_PATH."/header.php") you can change the title with:

$xoopsTpl->assign('xoops_pagetitle', 'Your Page Title');

Login

Who's Online

161 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits