Wiki source for ReferrersLink


Show raw source

=====ReferrersLink menulet=====
>>==See also :==
Documentation : ReferrersLinkInfo
Other: read more [[http://docs.wikkawiki.org/Menulets | here]]
==Works with :==
Wikka 1.2>>//The forgotten menulet !//
::c::

Wikka 1.2 introduces a new menu template made with menulets (menu widgets). If you need this old link usually found in footer :
1) add this action in your ##/plugins/actions## directory
1) add ##""{{referrerslink}}""## in your ##config/option_menu.user.inc## and/or ##config/option_menu.user.inc## file(s)

referrerslink.php
%%(php)
<?php
if (!defined('REFERRERS_TEXT')) define('REFERRERS_TEXT', '[Referrers]');
if (!defined('REFERRERS_TITLE')) define('REFERRERS_TITLE', 'Click to view a list of URLs referring to this page.');

echo '<a href="'.$this->href('referrers').'" title="'.REFERRERS_TITLE.'">'.REFERRERS_TEXT.'</a>';
?>
%%
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki