Esempio n. 1
0
 /**
  * Load the transcripts template file.
  * 
  * <code class="php">
  * // load the standard Webcomic transcripts template
  * webcomic_transcripts_template();
  * 
  * // load a custom Webcomic transcripts template file
  * webcomic_transcripts_template( 'webcomic/custom/transcripts.php' );
  * </code>
  * 
  * @package Webcomic
  * @param string $template The template file to load.
  * @uses WebcomicTag::webcomic_transcripts_template()
  */
 function webcomic_transcripts_template($template = '')
 {
     WebcomicTag::webcomic_transcripts_template();
 }