JOSH IDEAS
DRUPAL PROGRAMMERS · WEB HOSTING · THIRD PARTY API DEVELOPERS
DRUPAL PROGRAMMERS · WEB HOSTING · THIRD PARTY API DEVELOPERS
Drupal 7 doesn't allow us to override the theme_button(&$variables) function even if you use hook_theme_registry_alter(). A kinda ugly method was found but doesn't fall to far from standards.
Read more
sudo apt-get update && sudo apt-get install php-xdebug && php -m && service apache2 restart
Note: Using && executes multiple commands one after another.
To turn on Xdebug and add addtional features, run