path = document.location.pathname;

if (path == '/' || path == '/index.php') {
  document.getElementById('nav_home').className += ' current_page_item';
}


