Revision [20861]

This is an old revision of ReferrersLink made by BrianKoontz on 2009-09-18 23:00:42.

 

See also :
Documentation : ReferrersLinkInfo
Other: read more here
Works with :
Wikka 1.2
The forgotten menulet !
 


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
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>';
?>
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki