moved code up one level to eliminate the docs subdirectory
[acontent.git] / include / classes / Weblinks / Weblinks.tmpl.php
1 <?php echo '<?xml version="1.0" encoding="UTF-8"?>' ?>
2 <wl:webLink
3    xmlns:wl="http://www.imsglobal.org/xsd/imswl_v1p0"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/imswl_v1p0 http://www.imsglobal.org/profile/cc/ccv1p0/derived_schema/domainProfile_5/imswl_v1p0_localised.xsd">
5   <title><?php echo $this->title; ?></title>
6   <url href="<?php echo $this->url_href; ?>" target="<?php echo $this->url_target; ?>"/>
7 </wl:webLink>