Skip to content

Commit

Permalink
type in title
Browse files Browse the repository at this point in the history
  • Loading branch information
piffpaffpuff committed Mar 10, 2012
1 parent b745e99 commit 0423277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/delivery-notes/print.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title><?php _e( 'Delivery Note', 'woocommerce-delivery-notes' ); ?></title> <title><?php if( wcdn_template_name() == 'invoice' ) : ?><?php _e( 'Invoice', 'woocommerce-delivery-notes' ); ?><?php else : ?><?php _e( 'Delivery Note', 'woocommerce-delivery-notes' ); ?><?php endif; ?></title>
<link rel="stylesheet" href="<?php echo wcdn_template_url(); ?>css/style.css" type="text/css" media="screen,print" charset="utf-8"/> <link rel="stylesheet" href="<?php echo wcdn_template_url(); ?>css/style.css" type="text/css" media="screen,print" charset="utf-8"/>
<?php echo wcdn_template_javascript(); ?> <?php echo wcdn_template_javascript(); ?>
</head> </head>
Expand Down

0 comments on commit 0423277

Please sign in to comment.