diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 01:59:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 01:59:01 +0000 |
commit | 9c5f4761d8bf785ca98d5fda66fbbe9dbe11897c (patch) | |
tree | 6e2c8fab91dd051a7acc2cf0ab7c71fc58f6c278 /underlays/smiley | |
parent | 21c4bd8444480d6038d217fa2892d13ecce500ff (diff) |
* Support for looking in multiple directories for underlay files.
* Plugins can add new directories to the search path with the add_underlay
function.
* Split out smiley underlay files into a separate underlay, so if the plugin
isn't used, the wiki isn't bloated with all those files.
Diffstat (limited to 'underlays/smiley')
l--------- | underlays/smiley/smileys | 1 | ||||
l--------- | underlays/smiley/smileys.mdwn | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/underlays/smiley/smileys b/underlays/smiley/smileys new file mode 120000 index 000000000..5ccf882ba --- /dev/null +++ b/underlays/smiley/smileys @@ -0,0 +1 @@ +../../doc/smileys
\ No newline at end of file diff --git a/underlays/smiley/smileys.mdwn b/underlays/smiley/smileys.mdwn new file mode 120000 index 000000000..fdfdbf66d --- /dev/null +++ b/underlays/smiley/smileys.mdwn @@ -0,0 +1 @@ +../../doc/smileys.mdwn
\ No newline at end of file |