I am receiving the following error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' on line 15
<?php
if ( is_single() && $post->post_parent ) {
echo '<script src="<?php bloginfo'template_directory'); ?>/_/js/ZeroClipboard.min.js"></script>';
echo '<script src="<?php bloginfo('template_directory'); ?>/_/js/functions.js"></script>';
}
?>
Line 15: echo '<script src="<?php bloginfo'template_directory'); ?>/_/js/ZeroClipboard.min.js"></script>';