Skip to content

Commit

Permalink
Fix CSS file inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Soneritics committed Nov 14, 2021
1 parent 11dec7f commit 2cb5453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
touch("design/themes/{$theme}/css/addons/{$dir}/styles.less");
file_put_contents(
"design/themes/{$theme}/templates/addons/{$dir}/hooks/index/styles.post.tpl",
"{style src=\"css/addons/{$dir}/styles.less\"}\n"
"{style src=\"addons/{$dir}/styles.less\"}\n"
);
}

Expand Down

0 comments on commit 2cb5453

Please sign in to comment.