1<?php 2/** 3 * Example footer include 4 * 5 * This file shows you how to use the include hooks. However I recommend to 6 * create your own complete new template instead. 7 */ 8 9 10?> 11<div class="footerinc"> 12 13<?php 14/* 15 * The following stuff in HTML comments declares a Creative Commons 16 * License - remove this if you don't want this license for your Wiki 17 */ 18?> 19 20<!-- 21 22<rdf:RDF xmlns="http://web.resource.org/cc/" 23 xmlns:dc="http://purl.org/dc/elements/1.1/" 24 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 25<Work rdf:about=""> 26 <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> 27 <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" /> 28</Work> 29 30<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/"> 31 <permits rdf:resource="http://web.resource.org/cc/Reproduction" /> 32 <permits rdf:resource="http://web.resource.org/cc/Distribution" /> 33 <requires rdf:resource="http://web.resource.org/cc/Notice" /> 34 <requires rdf:resource="http://web.resource.org/cc/Attribution" /> 35 <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" /> 36 <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> 37 <requires rdf:resource="http://web.resource.org/cc/ShareAlike" /> 38</License> 39 40</rdf:RDF> 41 42--> 43 44<?php 45if ($conf['allowdebug']) { 46 echo '<!-- page made in '.round(delta_time(DOKU_START_TIME), 3).' seconds -->'; 47} 48?> 49</div> 50