summaryrefslogtreecommitdiff
path: root/templates/vhosts/itk_plus.erb
blob: b7cb180333f8d1f4fd8e85ed0e6911d222d52475 (plain)
1
2
3
4
5
6
7
8
9
10
<IfDefine HttpdLocal>
<%= scope.function_template(['apache/vhost/default.erb']) %>
</IfDefine>
<IfDefine !HttpdLocal>
<%
  scope.unsetvar('template_partial')
  scope.setvar('template_partial','apache/vhosts/itk_plus/partial.erb')
-%>
<%= scope.function_template(['apache/vhost/default.erb']) %>
</IfDefine>