summaryrefslogtreecommitdiff
path: root/templates/vhosts/itk_plus.erb
blob: 2890ecf065d3bad4b3c9ccdab8ef6a2078388cb8 (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>