Patrick R. Michaud <pmichaud <at> pobox.com> writes: > I would've written > the above as: > > $Skin = 'light'; > $pagename = ResolvePageName($pagename); > if ($pagename == 'Main.WikiSandbox') $Skin = 'pmwiki'; > New to PHP. Picking up tiny bits by looking at the snippets here. What does the function ResolvePageName do? Thanks, Susan