Hi,

Just wondering, what are the possible ways to add a go back link in the views table.

I know panels is one, but it might seem a bit inefficient because it's just a link, are there any possible options to add it?

Thanks

Comments

devenderdagar’s picture

use php in footer or header and use php's built in functions for referral pages. and then you can direct to those links.

Cheers

ultrajet’s picture

How do I do that? I'm not very much familiar with drupal's php functions.

Thanks again

devenderdagar’s picture

at php.com try to search php's server variables and then in views footer/header use php formatting and put your php code with some links for the previous referral page.

Cheers

ultrajet’s picture

Oh, I got it. Thanks a lot!

calebm12’s picture

Would you mind posting what you used?