<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Styling or modifying drupal primary and secondary tabs like drupal.org</title>
	<atom:link href="http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/</link>
	<description>PHP, MySql, JavaScript, JQuery, Prototype, Drupal, HTML, CSS and more...</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:42:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: srinivasan</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-52780</link>
		<dc:creator>srinivasan</dc:creator>
		<pubDate>Tue, 27 Sep 2011 08:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-52780</guid>
		<description>hi am new to drupal. i want  to colour the  tabs in my custom module.plz guide me</description>
		<content:encoded><![CDATA[<p>hi am new to drupal. i want  to colour the  tabs in my custom module.plz guide me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleksey</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-33097</link>
		<dc:creator>aleksey</dc:creator>
		<pubDate>Wed, 15 Dec 2010 05:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-33097</guid>
		<description>i find another metod 
using
 function theme_menu_local_task($link, $active = FALSE) {
  return &#039;&#039; . $link . &quot;\n&quot;;
}
this work

function theme_menu_local_task($link, $active = FALSE) {
  return &#039;&#039; . $link . &quot;\n&quot;;
}</description>
		<content:encoded><![CDATA[<p>i find another metod<br />
using<br />
 function theme_menu_local_task($link, $active = FALSE) {<br />
  return &#8221; . $link . &#8220;\n&#8221;;<br />
}<br />
this work</p>
<p>function theme_menu_local_task($link, $active = FALSE) {<br />
  return &#8221; . $link . &#8220;\n&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleksey</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-33035</link>
		<dc:creator>aleksey</dc:creator>
		<pubDate>Tue, 14 Dec 2010 10:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-33035</guid>
		<description>hello weii interesting post.
unfortunately this solution not work for me and i don&#039;t know whie 
i paste function _menu_item_link() in file  template.php but it`s not work function not captured control
please help</description>
		<content:encoded><![CDATA[<p>hello weii interesting post.<br />
unfortunately this solution not work for me and i don&#8217;t know whie<br />
i paste function _menu_item_link() in file  template.php but it`s not work function not captured control<br />
please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-7046</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 11 Nov 2009 23:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-7046</guid>
		<description>hi, great article!
i am bad with coding - any ideas how i could put this into my themes code for my primary links
code is below for the primary links in page.tpl.php


       &#039;links&#039;, &#039;id&#039; =&gt; &#039;subnavlist&#039;)) ?&gt;
       &#039;links&#039;, &#039;id&#039; =&gt; &#039;navlist&#039;)) ?&gt;
      
    </description>
		<content:encoded><![CDATA[<p>hi, great article!<br />
i am bad with coding &#8211; any ideas how i could put this into my themes code for my primary links<br />
code is below for the primary links in page.tpl.php</p>
<p>       &#8216;links&#8217;, &#8216;id&#8217; =&gt; &#8216;subnavlist&#8217;)) ?&gt;<br />
       &#8216;links&#8217;, &#8216;id&#8217; =&gt; &#8216;navlist&#8217;)) ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-3591</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Jul 2009 05:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-3591</guid>
		<description>&lt;a href=&quot;#comment-3567&quot; rel=&quot;nofollow&quot;&gt;@ vikl&lt;/a&gt; 
[&#039;tab&#039;] is a variable is $link array which Drupal creates to identify that this menu is a tab. Tabs are secondary menus in Drupal. Like I am showing in above image.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3567" rel="nofollow">@ vikl</a><br />
['tab'] is a variable is $link array which Drupal creates to identify that this menu is a tab. Tabs are secondary menus in Drupal. Like I am showing in above image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikl</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-3567</link>
		<dc:creator>vikl</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-3567</guid>
		<description>if ($link[&#039;tab&#039;])

what do you mean by [&#039;tab&#039;] --&gt; is this a name of a menu or what is it?</description>
		<content:encoded><![CDATA[<p>if ($link['tab'])</p>
<p>what do you mean by ['tab'] &#8211;&gt; is this a name of a menu or what is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-14</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-14</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://www.akchauhan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

