/**
	 * Set wether to update the MetaTitle with Pagetitle
	 * @param int $update_meta_title 
	 */
	public function set_update_meta_title($var) {
		if ($var) self::$update_meta_title = $var;
	}