plugin/breadcrumb.lua

Sun, 13 Sep 2009 22:22:47 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 13 Sep 2009 22:22:47 +0300
changeset 3
b2df1b3f2c83
child 9
751216807683
permissions
-rw-r--r--

Improvements


module("plugin.breadcrumb", package.seeall)

require("path")

function trail(env)
    return "(TODO)"
end

mercurial