On 23/05/06, Elliott F. Cable ecable@avxw.com wrote:
If I understand right, "global $function" only needs to be called once from within a function - can I call this once somewhere in the skin file (which is where I'm putting this) and then just use (for instance) "$wgOut->parse( wfMsgNoDB( 'tools' ) );"
If I read that right, short answer: no. Long explanation at http://uk2.php.net/manual/en/language.variables.scope.php.
Rob Church