Embedding private message - causes the page title to be over written

Created on 7 June 2012, over 12 years ago
Updated 4 August 2023, over 1 year ago

The following code - embeds the private message block, but overiddeds the page title

		module_load_include('pages.inc','privatemsg');
		
		$privateform = drupal_get_form('privatemsg_new');
		
		$html = '<div class="composemessage">';
		$html.= render($privateform);
		$html.= '</div>';
		
		echo $html;	
🐛 Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

🇬🇧United Kingdom zeezack

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024