@@ 364-366 (lines=3) @@ | ||
361 | if ($properties->getTitle() > '') { |
|
362 | $html .= ' <meta name="title" content="' . htmlspecialchars($properties->getTitle()) . '" />' . PHP_EOL; |
|
363 | } |
|
364 | if ($properties->getDescription() > '') { |
|
365 | $html .= ' <meta name="description" content="' . htmlspecialchars($properties->getDescription()) . '" />' . PHP_EOL; |
|
366 | } |
|
367 | if ($properties->getSubject() > '') { |
|
368 | $html .= ' <meta name="subject" content="' . htmlspecialchars($properties->getSubject()) . '" />' . PHP_EOL; |
|
369 | } |
|
@@ 376-378 (lines=3) @@ | ||
373 | if ($properties->getCategory() > '') { |
|
374 | $html .= ' <meta name="category" content="' . htmlspecialchars($properties->getCategory()) . '" />' . PHP_EOL; |
|
375 | } |
|
376 | if ($properties->getCompany() > '') { |
|
377 | $html .= ' <meta name="company" content="' . htmlspecialchars($properties->getCompany()) . '" />' . PHP_EOL; |
|
378 | } |
|
379 | if ($properties->getManager() > '') { |
|
380 | $html .= ' <meta name="manager" content="' . htmlspecialchars($properties->getManager()) . '" />' . PHP_EOL; |
|
381 | } |
|
@@ 379-381 (lines=3) @@ | ||
376 | if ($properties->getCompany() > '') { |
|
377 | $html .= ' <meta name="company" content="' . htmlspecialchars($properties->getCompany()) . '" />' . PHP_EOL; |
|
378 | } |
|
379 | if ($properties->getManager() > '') { |
|
380 | $html .= ' <meta name="manager" content="' . htmlspecialchars($properties->getManager()) . '" />' . PHP_EOL; |
|
381 | } |
|
382 | ||
383 | if ($pIncludeStyles) { |
|
384 | $html .= $this->generateStyles(true); |