Steve Remington wrote:
I am using the default theme and am curious how I would add a line of
code to the sidebar area? All I see is CSS
Add this to your config.php file.
function StevesExtraText($action)
{
$action->raw('<a href="http://www.google.com/">Google is awesome</a>');
return true;
}
Event::addHandler('StartShowExportData', 'StevesExtraText');
-Evan
--
Evan Prodromou
CEO, Control Yourself, Inc.
[email protected] - http://identi.ca/evan - +1-514-554-3826
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev