tags:

views:

36

answers:

2

I have a small snippet of code that does some work on a cookie on every page load.

(It's for affiliate tracking if you want to know why)

Where do I put this so it runs every every time a drupal page is loaded

+1  A: 

This page should help:

http://www.nzwhost.com/article/displaying-drupal-mission-every-page

fig
This will only work if you disable the page cache, which will be a huge performance loss.
googletorp
+1  A: 

api.drupal.org/api/function/hook_boot

chx

related questions