portlet.tcl

Display portlet

Location:
/packages/xowiki/www/portlet.tcl

Related Files

[ hide source ] | [ make this the default ]

File Contents

ad_page_contract {
  Display portlet
} {
  portlet:path,notnull
}

if {![string match "/*" $portlet]} {
  set portlet /packages/xowiki/www/portlets/$portlet
}

# Local variables:
#    mode: tcl
#    tcl-indent-level: 2
#    indent-tabs-mode: nil
# End: