Skip to content
Snippets Groups Projects
Commit 38b45817 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Minor optimization

parent e7f9a461
No related branches found
No related tags found
No related merge requests found
......@@ -59,11 +59,7 @@ if ($this->data['sppp'] !== false) {
echo "</p>";
}
echo '<h3 id="attributeheader">'.
$this->t(
'{consent:consent:consent_attributes_header}',
array('SPNAME' => $dstName, 'IDPNAME' => $srcName)
).'</h3>';
echo '<h3 id="attributeheader">'.$this->data['consent_attributes_header'].'</h3>';
echo $this->data['attributes_html'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment