[ewiki] Re: suggestion for plugin/spages.php

Hey Timm,

Nice idea. I've added the EWIKI_SPAGES_DIR into the spages plugin,
but also extended the comments to describe the alternative way more
precisely.

It was in fact already possible to just call the _init_spages()
function to ADD another directory for processing by the StaticPages
plugin. However it now looks much simpler:

ewiki_init_spages("C:/add/this/spages/dir");
ewiki_init_spages(EWIKI_SPAGES_DIR);   #-- what is now done automatically


mario

Other related posts: