aboutsummaryrefslogtreecommitdiff
path: root/views/default/opensearch/includes.php
blob: 57e56723fedcf7d83c40533a8edff013c1715992 (plain)
1
2
3
4
5
6
7
<?php

$url = "{$vars['url']}pg/opensearch/osd.xml";
$title = $vars['config']->sitename;
?>

<link rel="search" type="application/opensearchdescription+xml" href="<?php echo $url; ?>" title="<?php echo $title; ?>" />