Account created on 28 August 2009, about 15 years ago
#

Recent comments

🇨🇦Canada gennadiy

Just SMTP works with 587 TLS, but now I'm trying to find right set of modules/configurations to send HTML emails.

🇨🇦Canada gennadiy

Used the code inside page.tpl.php to accomplish it, thanks:

// if ?view=clean is in referrer's URL redirect to the stripped template
if (!empty($_SERVER['HTTP_REFERER'])) {
	$parts = parse_url($_SERVER['HTTP_REFERER']);
	parse_str($parts['query'], $query);
	if ($query['view'] === 'clean') {
		$goto_url='https://'.$_SERVER[HTTP_HOST].$_SERVER[REQUEST_URI];
		drupal_goto($goto_url, array('query' => array('view' => 'clean')));
	}
}
Production build 0.71.5 2024