mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-08 11:34:04 -04:00
Store all used stylesheets in dist dir, don't rely on css dir (#409)
This commit is contained in:
1 parent
333067955c
commit
28e776248b
9 files changed
+165
-64
No files matched your search
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" rev="stylesheet" href="<?php echo base_url();?>css/invoice_email.css"/>
|
||||
<link rel="stylesheet" rev="stylesheet" href="<?php echo base_url();?>dist/invoice_email.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in new issue
Block a user