Ejemplo n.º 1
0
?>
">
				<label for="dipo-gen-show"><?php 
_e('Podcast Show', $this->textdomain);
?>
</label>
				<label for="dipo-gen-type"><?php 
_e('Media Type', $this->textdomain);
?>
</label>

				<div class="clear"></div>

				<?php 
\Dicentis\Podcast_Post_Type\Dipo_Podcast_Shows_Model::echo_select_shows(false);
\Dicentis\Podcast_Post_Type\Dipo_Podcast_Post_Type::echo_select_mediatypes();
?>

				<p><strong><?php 
_e('Podcast Feed', $this->textdomain);
?>
</strong>: <code id="dipo-feed-link">Feed</code></p>

			</div>
			<ul class="hide-if-js">
				<li><strong><?php 
_e('You can replace the <code>pod</code> at the end of a link with any file extension you use for you files. Example: <code>mp3</code> or <code>mp4</code>', $this->textdomain);
?>
</strong></li>
				<?php 
foreach ($show_feeds as $show => $fields) {