This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form class="newsletter-form top-margin-80 aw-mc-ajax-form" action="<?php echo admin_url( 'admin-ajax.php'); ?>" method="post"> | |
<input name="action" type="hidden" value="aw_chimp_subscribe"> | |
<div class="field-inside"> | |
<i class="fa fa-envelope-o"></i> | |
<input type="text" name="email" class="email-field" placeholder="Type your email address..."> | |
<button type="submit"> | |
<span cLass="subscribe-text"> | |
<?php _e( 'Subscribe', 'appsworld' ); ?> | |
</span> | |
<span cLass="ajax-loader"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# node-reinstall | |
# credit: http://stackoverflow.com/a/11178106/2083544 | |
## program version | |
VERSION="0.0.13" | |
## path prefix | |
PREFIX="${PREFIX:-/usr/local}" |