I’m trying to figure out how i’d write a module or something so that drupal will show the user 1 front page. If a cookie is set, they see a different one.
So basically, I can’t find the following even after googling.
where would I do this? A module? edit the theme file?
How do I show 1 page or another?
I’m using drupal 6 on a linux/apache.
I ended up just using PHP in the page_tpl.php
check if cookie is set
if not, load page 2 and set cookie
otherwise show page 1