You are here

youtubechannel_videos.tpl.php in YoutubeChannel 6

Same filename and directory in other branches
  1. 7.2 youtubechannel_videos.tpl.php
  2. 7 youtubechannel_videos.tpl.php

File

youtubechannel_videos.tpl.php
View source
<?php

/**
 * @file
 * Theme file to display youtubechannel.
 */
if ($vars['content']) {
  ?>

<?php

  include "themes/" . $vars['theme'] . "/youtubechannel.tpl.php";
  ?>

<?php

}
else {
  ?>
  <h3><?php

  print t('Could not fetch videos from youtube channel.');
  ?></h3>
<?php

}