I created a new phtml site for customer named subscriptions. I am trying to add a link to dashboard.phtml in customer/account/dashboard.phtml by using a function getBookklubbUrl() that I added to Mage/Customer/Block/Account/Dashboard/Address.php
public function getBookklubbUrl() { return $this->getUrl('customer/bookklubb/'); }
In the layout map in customer.xml I added the following block: