Programming

Might just tie this back in with Robots

          
<?

    
function checkMindset($bookers_mindset)
    {
      if (
$bookers_mindset == 'motivated')
      {
        print 
'Code will go here';
        return 
true;
      }
      else
      {
        
remove_tab('programming');
        return 
false;
      }
    }
?>