sweeper/webif/plugin/sweeper/diriconset.hook

10 lines
264 B
Plaintext
Raw Permalink Normal View History

2014-06-03 22:17:06 +00:00
if {$dir eq [system mediaroot] || [file exists "$dir/.sweeper"]} {
lappend icons [_addicon "/plugin/sweeper/img/icon22.png" "Sweeper Rules"]
}
2014-06-09 22:24:50 +00:00
if {[file exists "$dir/.nosweep"]} {
lappend icons [_addicon "/plugin/sweeper/img/noicon22.png" "No-sweep"]
}