<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,6 +37,7 @@ function hire_conf() {
 		
 		update_option('hire_name', $_POST['hire_name']);
 		update_option('hire_email', $_POST['hire_email']);
+		update_option('hire_portfolio', $_POST['hire_portfolio']);
 		
 		$specialities = &quot;&quot;;
 		foreach ( $hire_specialities as $speciality ) :
@@ -71,6 +72,11 @@ function hire_conf() {
 	&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Email'); ?&gt;&lt;/th&gt;
 	&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;hire_email&quot; value=&quot;&lt;?php echo get_option('hire_email'); ?&gt;&quot; /&gt;&lt;/td&gt;
 	&lt;/tr&gt;
+	
+	&lt;tr valign=&quot;top&quot;&gt;
+	&lt;th scope=&quot;row&quot;&gt;&lt;?php _e('Portfolio URL'); ?&gt;&lt;/th&gt;
+	&lt;td&gt;&lt;input type=&quot;text&quot; name=&quot;hire_portfolio&quot; value=&quot;&lt;?php echo get_option('hire_portfolio'); ?&gt;&quot; /&gt;&lt;/td&gt;
+	&lt;/tr&gt;
 &lt;/table&gt;
 
 &lt;h3&gt; Specialities&lt;/h3&gt;
@@ -139,8 +145,11 @@ function display_available_for_hire(){
 		    '.get_option('hire_name').' is available for Hire! 
 		  &lt;/div&gt;
 			&lt;div class=&quot;belowline&quot;&gt;
-				&lt;span&gt;Email &lt;a href=&quot;mailto:'.get_option('hire_email').'?body=We+want+'.get_option('hire_name').'+for+our+project&quot;&gt;'.get_option('hire_email').'&lt;/a&gt;&lt;/span&gt;
-			&lt;/div&gt;
+				&lt;span&gt;Email &lt;a href=&quot;mailto:'.get_option('hire_email').'?body=We+want+'.get_option('hire_name').'+for+our+project&quot;&gt;'.get_option('hire_email').'&lt;/a&gt;&lt;/span&gt;';
+		
+		if(strlen(get_option('hire_portfolio')) &gt; 0) echo  '&lt;span&gt;&lt;a href=&quot;'.get_option('hire_portfolio').'&quot;&gt;Portfolio&lt;/a&gt;&lt;/span&gt;';
+				
+		echo '&lt;/div&gt;
 		&lt;/div&gt;
 	&lt;/div&gt;';
 }
@@ -148,11 +157,13 @@ function display_available_for_hire(){
 function hire_install() {
 	update_option('hire_name', get_profile(&quot;display_name&quot;, &quot;admin&quot;));
 	update_option('hire_email', get_profile(&quot;user_email&quot;, &quot;admin&quot;));
+	update_option('hire_portfolio', &quot;&quot;);
 }
 
 function hire_uninstall() {
 	delete_option('hire_name');
 	delete_option('hire_email');
+	delete_option('hire_portfolio');
 }
 
 register_activation_hook(__FILE__, 'hire_install');</diff>
      <filename>wp-content/plugins/hire/hire.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c38b295cd2e297f82959073739c25b06bc51badc</id>
    </parent>
  </parents>
  <author>
    <name>Alexandre Girard</name>
    <email>alx.girard@gmail.com</email>
  </author>
  <url>http://github.com/alx/alexgirard.com-blog/commit/6f4b995c29a1023c526b2f43a50858f1dbe72133</url>
  <id>6f4b995c29a1023c526b2f43a50858f1dbe72133</id>
  <committed-date>2008-11-14T18:09:57-08:00</committed-date>
  <authored-date>2008-11-14T18:09:57-08:00</authored-date>
  <message>Add portfolio</message>
  <tree>0bcb4fcb145bc95cd6854f52b9e50a4f6974562e</tree>
  <committer>
    <name>Alexandre Girard</name>
    <email>alx.girard@gmail.com</email>
  </committer>
</commit>
