Created
September 10, 2014 23:58
-
-
Save dancameron/866da2a4cca7e2c0a926 to your computer and use it in GitHub Desktop.
SA Template Example
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
| <?php | |
| /** | |
| * SA Template Name: Spanish Template | |
| * | |
| */ | |
| do_action( 'pre_si_invoice_view' ); ?><!DOCTYPE html> | |
| <html <?php language_attributes(); ?>> | |
| <head> | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment