b11dae3eb38b6331941665917644f074e8516e91
[acontent.git] / docs / 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">
5   <title><?php echo $this->title; ?></title>
6   <url href="<?php echo $this->url_href; ?>" target="<?php echo $this->url_target; ?>"/>
7 </wl:webLink>