<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Functions%3AcanonicalUrlTag</id>
		<title>Functions:canonicalUrlTag - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Functions%3AcanonicalUrlTag"/>
		<link rel="alternate" type="text/html" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Functions:canonicalUrlTag&amp;action=history"/>
		<updated>2026-05-15T11:27:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Functions:canonicalUrlTag&amp;diff=849&amp;oldid=prev</id>
		<title>Root: New page: == Description == canonicalUrlTag() returns a string containing the HTML link tag for the selected canonical url for the page. If no url map is selected as the canonical url, the first url...</title>
		<link rel="alternate" type="text/html" href="http://wiki.whirlwind-ecommerce.com/mediawiki/index.php?title=Functions:canonicalUrlTag&amp;diff=849&amp;oldid=prev"/>
				<updated>2009-11-07T00:44:50Z</updated>
		
		<summary type="html">&lt;p&gt;New page: == Description == canonicalUrlTag() returns a string containing the HTML link tag for the selected canonical url for the page. If no url map is selected as the canonical url, the first url...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
canonicalUrlTag() returns a string containing the HTML link tag for the selected canonical url for the page. If no url map is selected as the canonical url, the first url map entered for the page will be used. If no url maps are set for the page, than the system link (index.php?pageId=#) will be used.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
$canonicalUrlTag = eV::canonicalUrlTag($pageId[,$overrideUrl]);&lt;br /&gt;
&lt;br /&gt;
== Paramaters ==&lt;br /&gt;
*pageId INT&lt;br /&gt;
:: the pageId for the current page. This is already defined as $pageId when a template is processed.&lt;br /&gt;
*overrideUrl STRING&lt;br /&gt;
:: this will override the canonical link creation process, and place this string value into the href attribute for the tag.&lt;br /&gt;
&lt;br /&gt;
== Return Values ==&lt;br /&gt;
String containing the HTML link tag for the canonical URL: &amp;amp;lt;link rel=&amp;quot;canonical&amp;quot; href=&amp;quot;/my-canonical-url-here&amp;quot; /&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
echo &amp;quot;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;$title&amp;lt;/title&amp;gt;&amp;quot;;&lt;br /&gt;
echo eV::canonicalUrlTag($pageId);&lt;br /&gt;
echo &amp;quot;&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
$copy&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Root</name></author>	</entry>

	</feed>