Skip to content
Snippets Groups Projects
Commit 5d22f4bd authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-5195: coding standards

parent c68ffbc7
No related branches found
No related tags found
1 merge request!169Feature/istwcms 5195 ebremner node theming
...@@ -112,9 +112,6 @@ class UwNodeContent { ...@@ -112,9 +112,6 @@ class UwNodeContent {
*/ */
public function getNodeFlags(Node $node, string $view_mode, string $content): array { public function getNodeFlags(Node $node, string $view_mode, string $content): array {
// Get the content types that have hero images.
$hero_image = $this->getHeroImageContentTypes();
// Flags for getting teaser content. // Flags for getting teaser content.
$node_flags['get_header'] = FALSE; $node_flags['get_header'] = FALSE;
$node_flags['get_footer'] = FALSE; $node_flags['get_footer'] = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment