File: makeclicky

package info (click to toggle)
request-tracker4 4.2.8-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 48,632 kB
  • sloc: perl: 54,824; sh: 1,067; makefile: 499
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
<%args>
$content => ""
</%args>
<%init>
$m->comp("/Elements/MakeClicky", content => \$content);
$m->out($content);
$m->abort;
</%init>