From: Eloi G. <el...@re...> - 2005-05-17 17:35:18
|
Ken Nordquist wrote: >The solution I believe is appropriate is to have the meta tag variables >global which can be set by the module (as needed / desired). This can >be accomplished ala the addPageTitle function in Layout.php. Following >is a patch of Layout.php (for phpWebsite v0.10.1) which will enable >modules to set meta tags (with the exception of generator and >content-type). The added functions are: > setKeywordsTag > setDescriptionTag > setRobotTag > setAuthorTag > setOwnerTag > > Why don't you just set the $_SESSION['OBJ_layout']->meta_vars array elements? -Eloi- |