Compiled Template slave-default.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]

        set __adp_master [template::util::master_to_file "[parameter::get -package_id [ad_conn subsite_id] -parameter DefaultMaster -default "/www/default-master"]" "$__adp_stub"]
    
set __adp_properties(doc(title)) "Using the site-wide skin"
append __adp_output "

<h1>Using the site-wide skin</h1>
<p>
  This page will be wrapped in the default master, which expects the
  property <code>title</code>.  It is specified by omitting the
  <code>src</code> attribute from the &lt;master&gt; tag.
</p>
<p>
  The procedures <code>ad_header</code> and <code>ad_footer</code> are
  deprecated.
</p>
"
set __adp_output