Somehow this code is showing when I click on the currencies page.
if (user_access('create global currencies') || user_access('create meme currencies'))
print l('Declare a new currency', 'node/add/currency'); Somehow this code is showing when I click on the currencies page.
if (user_access('create global currencies') || user_access('create meme currencies'))
print l('Declare a new currency', 'node/add/currency');
Comments
Comment #1
matslats commentedYou just need to enable the php module or replace this view footer with some html, or nothing at all.
This is simply a way of putting the create currency link where you would expect to find it, i.e. under the list of currencies