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
{ | |
"USD": { | |
"symbol": "$", | |
"name": "Dolar american", | |
"symbol_native": "$", | |
"decimal_digits": 2, | |
"rounding": 0, | |
"code": "USD", | |
"name_plural": "Dolari americani" | |
}, |
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
/** | |
* Changes WP default From: Wordpress <[email protected]> emails header | |
* to From: Blogname <[email protected]>. Customizable, drop it in your theme's functions.php to take effect. | |
* @author Adrian7 (http://adrian.silimon.eu) | |
*/ | |
function wp_mail_branding($args){ | |
$wp_domain = @parse_url(get_bloginfo('url')); | |
$wp_domain = $wp_domain['host']; | |
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
<style type="text/css"> | |
body, button, input{ | |
font-size:130%; | |
font-family:Verdana, Arial, Helvetica, sans-serif; | |
} | |
</style> | |
<?php | |
define('SPATH', dirname(__FILE__)); |
NewerOlder