1
xoopercat
Where is the value of $xoops_meta_description being set ?
  • 2005/5/31 7:24

  • xoopercat

  • Just popping in

  • Posts: 17

  • Since: 2005/5/17


This is driving me nuts!
Where is the value of $xoops_meta_description being set ?
( I want to change it to reflect the title of a particular News story ... )

I've looked in all of the source files and so far can only find when it is being used such as in the themes files ...

Thanks !

2
Mithrandir
Re: Where is the value of $xoops_meta_description being set ?

include/common.php:
// Meta Tags
$config_handler =& xoops_gethandler('config');
$config =& $config_handler->getConfigsByCat(XOOPS_CONF_METAFOOTER);
foreach (
$config as $name => $value) {
    
// prefix each tag with 'xoops_'
    
$this->assign('xoops_'.$name$value);
}

3
xoopercat
Re: Where is the value of $xoops_meta_description being set ?
  • 2005/6/1 2:09

  • xoopercat

  • Just popping in

  • Posts: 17

  • Since: 2005/5/17


Thanks ! I got "some learnin' to do" !
Thanks again -

Login

Who's Online

113 user(s) are online (63 user(s) are browsing Support Forums)


Members: 0


Guests: 113


more...

Donat-O-Meter

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

Latest GitHub Commits