/**
  * @param tubepress_spi_theme_ThemeHandler $themeHandler The theme handler.
  *
  * @return ehough_contemplate_api_Template The template for this embedded player.
  */
 public final function getTemplate(tubepress_spi_theme_ThemeHandler $themeHandler)
 {
     return $themeHandler->getTemplateInstance('embedded/youtube.tpl.php', TUBEPRESS_ROOT . '/src/main/php/add-ons/youtube/resources/templates');
 }
 /**
  * @param tubepress_spi_theme_ThemeHandler $themeHandler The theme handler.
  *
  * @return ehough_contemplate_api_Template The player's template.
  */
 public final function getTemplate(tubepress_spi_theme_ThemeHandler $themeHandler)
 {
     return $themeHandler->getTemplateInstance('players/normal.tpl.php', TUBEPRESS_ROOT . '/src/main/resources/default-themes/default');
 }