plugin/breadcrumb.lua

changeset 9
751216807683
parent 3
b2df1b3f2c83
child 26
77cd7b8fb6a6
equal deleted inserted replaced
8:836dac92eced 9:751216807683
1 1
2 module("plugin.breadcrumb", package.seeall) 2 --@module plugin.breadcrumb
3 3
4 require("path") 4 local plugin_breadcrumb={}
5 5
6 function trail(env) 6 local path=require("path")
7
8 function plugin_breadcrumb.trail(env)
7 return "(TODO)" 9 return "(TODO)"
8 end 10 end
11
12 return plugin_breadcrumb

mercurial