Merge pull request #47 from cosmocode/svgIcons
Update CDN URL for SVG icons
This commit is contained in:
commit
a0ec0b9480
1 changed files with 1 additions and 1 deletions
2
svg.php
2
svg.php
|
@ -87,7 +87,7 @@ class SVG {
|
||||||
|
|
||||||
const IMGDIR = __DIR__ . '/img/';
|
const IMGDIR = __DIR__ . '/img/';
|
||||||
const BACKGROUNDCLASS = 'sprintdoc-background';
|
const BACKGROUNDCLASS = 'sprintdoc-background';
|
||||||
const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/icons/svg/';
|
const CDNBASE = 'https://cdn.rawgit.com/Templarian/MaterialDesign/master/svg/';
|
||||||
|
|
||||||
protected $file;
|
protected $file;
|
||||||
protected $replacements;
|
protected $replacements;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue