Semicolon fix...
This commit is contained in:
parent
85f2197b91
commit
f25ccc1696
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ $theme = 'material-light';
|
||||||
// Set here your language. The file must exist in the lang directory
|
// Set here your language. The file must exist in the lang directory
|
||||||
$language = "en";
|
$language = "en";
|
||||||
// Favicon - Set here the path to your favicon
|
// Favicon - Set here the path to your favicon
|
||||||
$favicon = "https://example.com/res/img/favicon.png"
|
$favicon = "https://example.com/res/img/favicon.png";
|
||||||
|
|
Reference in a new issue