<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Where can I change the &quot;Credits&quot; label and icon</title>
		<link>http://www.themolitor.com/forums/topic/where-can-i-change-the-credits-label-and-icon</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Where can I change the &quot;Credits&quot; label and icon</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 14:34:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/where-can-i-change-the-credits-label-and-icon" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Where can I change the &quot;Credits&quot; label and icon"</title>
			<link>http://www.themolitor.com/forums/topic/where-can-i-change-the-credits-label-and-icon#post-23247</link>
			<pubDate>Mon, 16 Sep 2013 09:12:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23247@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The tabs are controlled from the single.php theme template file on lines 55-71...</p>
<pre><code>&#60;!--TAB BUTTONS--&#62;
&#60;div id=&#34;tabNavContainer&#34;&#62;
&#60;ul id=&#34;tabNav&#34;&#62;
		&#60;li class=&#34;activeNav&#34; id=&#34;synopsisLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/info_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;info&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Synopsis&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php if ($videos) { ?&#62;
		&#60;li id=&#34;videosLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/video_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;video&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Videos&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if($attachments) { ?&#62;
		&#60;li id=&#34;galleryLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/photos_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;photos&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Gallery&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if ($credits) { ?&#62;
		&#60;li id=&#34;creditsLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/credits_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;credits&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Credits&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if (&#039;open&#039; == $post-&#62;comment_status) { ?&#62;
		&#60;li id=&#34;commentsLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/comments_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;comments&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Comments&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } if($category[0]) { ?&#62;
		&#60;li id=&#34;relatedLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/related_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;related&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Related&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;
	&#60;?php } ?&#62;
&#60;/ul&#62;&#60;!--end tabNav--&#62;
&#60;/div&#62;&#60;!--end tabNavContainer--&#62;</code></pre>
<p>You can change names and icons there. The icons are standard images as this theme was developed before the Font Awesome library was available.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>hazypictures on "Where can I change the &quot;Credits&quot; label and icon"</title>
			<link>http://www.themolitor.com/forums/topic/where-can-i-change-the-credits-label-and-icon#post-23230</link>
			<pubDate>Fri, 13 Sep 2013 14:09:52 +0000</pubDate>
			<dc:creator>hazypictures</dc:creator>
			<guid isPermaLink="false">23230@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I'd like to change the Credits label and Icon to "Awards", and change the "Videos" tab to "Screenings".</p>
<p>Which files would I find these in?</p>
<p>Are the icons from a library, like Font Awesome? </p>
<p>Thanks,<br />
Lisa
</p></description>
		</item>

	</channel>
</rss>
