Hi,
I'm trying to define a magic word returning the lastModified date, but I'm stuck. My first attempt was:
$wgUser->getSkin()->lastModified()
but it seems $wgArticle (used by lastModified) is not defined at the point the magic word is processed. Is there a simple way to get that date?
Javier