<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        color:black;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:black'>Thanks, I would not have thought about putting a theme in the header.&nbsp; Anyway, I didn&#8217;t mean to say I am not comfortable editing tpl files.&nbsp; I haven&#8217;t written too many functions to run inside of template.php but I probably could.&nbsp; I guess I might have sounded ignorant by asking if I should or needed to put the absolute link inside the $header variable, when I could just hard code it before or after the $header variable appears inside the page.tpl.php and it would just appear before or after it.<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>Thanks,<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>Bruce<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>++++++++++++++++++++++++++++++++++++++++++++++++++<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>Bruce Whealton, Owner Future Wave Designs<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>FOAF: http://whealton.info/BruceWhealton1/foaf.rdf<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>Vcard: http://whealton.info/BruceWhealton1/brucewhealtonvcard.html<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>Web Design and Development http://FutureWaveDesigns.com<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>http://futurewavedesigns.com/wordpress/<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>Web Technology wiki: <a href="http://futurewavedesigns.com/w/"><span style='color:blue'>http://futurewavedesigns.com/w/</span></a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'>++++++++++++++++++++++++++++++++++++++++++++++++++</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:black'><o:p></o:p></span></p><p class=MsoNormal><span style='color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='color:black'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> themes-bounces@drupal.org [mailto:themes-bounces@drupal.org] <b>On Behalf Of </b>Amit Vyas<br><b>Sent:</b> Sunday, April 24, 2011 12:04 PM<br><b>To:</b> A list for theme developers<br><b>Subject:</b> Re: [themes] Adding custom link tags to page head<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>If you are not comfortable editing the tpl files, you can go and crate the custom block and show it in to the header. With this it will be added in $header and will be displayed in the area you want.<br><br><o:p></o:p></p><div><p class=MsoNormal>On Sun, Apr 24, 2011 at 9:28 PM, Bruce Whealton &lt;<a href="mailto:bruce@futurewavedesigns.com">bruce@futurewavedesigns.com</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>Hello all,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I've been learning how to code themes including using the .info file and the page.tpl.php and node.tpl.php and the variables that can be set. &nbsp;So, I want to add a link in the head section of the page, above the body tag. &nbsp;There is the variable $header that seems to handle all of this. &nbsp;This is set in the template.php file. &nbsp;So what is the best practice for hardcoding a link. &nbsp;I want to link to a foaf file. &nbsp;So, I'm not sure, should I go into the template.php file and edit the $header variable or can I just add the link tag to the page.tpl.php right after the call to display the variable or maybe right after?<br>Thanks in advance for any help,<br>Bruce<br><br>Sent from my iPad<br>Future Wave Web Design/Development 919-636-5809<br><a href="Http://FutureWaveDesigns.com" target="_blank">Http://FutureWaveDesigns.com</a><br>Web Technology and Computing Blog:<br><a href="Http://futurewavedesigns.com/wordpress/" target="_blank">Http://futurewavedesigns.com/wordpress/</a><br><br>_______________________________________________<br>themes mailing list<br><a href="mailto:themes@drupal.org">themes@drupal.org</a><br><a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><o:p></o:p></p></div><p class=MsoNormal><br><br clear=all><br>-- <br><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Cheers,<br>Amit Vyas</span><span style='font-family:"Tahoma","sans-serif"'><br><span style='color:#666666'>________________________________________________________________________________</span><br><span style='color:#333333'>Email&nbsp; : </span></span><a href="mailto:vyasamit2007@gmail.com" target="_blank"><span style='font-family:"Tahoma","sans-serif";color:#333333'>vyasamit2007@gmail.com</span></a><span style='font-family:"Tahoma","sans-serif";color:#333333'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Skype : vyasamit2004<br>Mobile : +91 993-040-1490&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Phone : +91-022 428-884-07 </span><o:p></o:p></p></div></body></html>