--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugin/breadcrumb.lua Sun Sep 13 22:22:47 2009 +0300 @@ -0,0 +1,8 @@ + +module("plugin.breadcrumb", package.seeall) + +require("path") + +function trail(env) + return "(TODO)" +end