RE: dynamic meta tag and title app?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I usually just use some JS in the footer.php of the page to go back and
change the title based upon other stuff, say the user's name or whatever:

<script language="JavaScript" type="text/javascript">
parent.document.title = "<?= PRODUCT_NAME ?> :: <?= $PAGE_TITLE ?>"; 
</script>

> -----Original Message-----
> From: Jack S [mailto:jacklistmail@xxxxxxxxx] 
> Sent: Wednesday, November 18, 2009 8:30 AM
> To: php-general@xxxxxxxxxxxxx
> Subject:  dynamic meta tag and title app?
> 
> Hello All,
> 
> Does anyone have a reference to a program that may be out there to
> help with using a single header.php for a site, but then dynamically
> loads different keywords , titles etc based on what page is including
> the header file?
> 
> Sample:
> If home page include it knows the title and other variables would be
> home, about us would be about etc.
> 
> -- 
> Thanks!
> Jack
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux