youtubechannel_videos.tpl.php in YoutubeChannel 6
Same filename and directory in other branches
File
youtubechannel_videos.tpl.phpView 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
}