Skip to content

Instantly share code, notes, and snippets.

@chadothompson
Created March 28, 2014 15:53
Show Gist options
  • Save chadothompson/9836045 to your computer and use it in GitHub Desktop.
Save chadothompson/9836045 to your computer and use it in GitHub Desktop.
Genesis Tweaks update
commit 5ca6cc5b36210db1c24fb355eb1a32ef567c980a
Author: WEB-LINK <mark@getmywebsite.net>
Date: Fri Mar 28 10:47:51 2014 -0400
Update genesis_tweaks.php
diff --git a/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php b/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php
index 46ee39e..1cece55 100644
--- a/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php
+++ b/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php
@@ -30,6 +30,7 @@ function msd_automatic_calendar_buttons(){
<div class="calendar-links widget widget_text">
<div class="widget-wrap">
<div class="textwidget">
+ <a target="_self" href="/resume-builder/" class="button ui-link" data-ajax="false">Resume Builder</a>
'.$thisyear.' Schedule Now Available:
<a target="_self" href="/calendar/'.$thisyear.'/dice" class="button ui-link" data-ajax="false">Dice</a>
<a target="_self" href="/calendar/'.$thisyear.'/rigzone/" class="button ui-link" data-ajax="false">Rigzone</a>
commit 369ffa6688d1c361959e5de1a199fb4c341d4546
Author: WEB-LINK <mark@getmywebsite.net>
Date: Thu Mar 27 17:46:21 2014 -0400
Update genesis_tweaks.php
diff --git a/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php b/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php
index d30fddb..46ee39e 100644
--- a/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php
+++ b/wp-content/themes/upwardly-mobile/lib/inc/genesis_tweaks.php
@@ -37,6 +37,7 @@ function msd_automatic_calendar_buttons(){
if(date("m")>=10){
$ret .= '
<div class="textwidget">
+ <a target="_self" href="/resume-builder/" class="button ui-link" data-ajax="false">Resume Builder</a>
'.$nextyear.' Schedule Now Available:
<a target="_self" href="/calendar/'.$nextyear.'/dice" class="button ui-link" data-ajax="false">Dice</a>
<a target="_self" href="/calendar/'.$nextyear.'/rigzone/" class="button ui-link" data-ajax="false">Rigzone</a>
@@ -207,4 +208,4 @@ function msd_post_image() {
}
}
-}
\ No newline at end of file
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment