p.s. Never mind about the title, I was able to make it unique by modifying /include/themes.inc.php
I just changed this :
'{TITLE}' => theme_page_title($section),
to this :
'{TITLE}' => theme_page_title($section) . " | " . rand(1,1000),
Maybe I'll do t...
I just changed this :
'{TITLE}' => theme_page_title($section),
to this :
'{TITLE}' => theme_page_title($section) . " | " . rand(1,1000),
Maybe I'll do t...