We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd27c3 commit 23d55edCopy full SHA for 23d55ed
README.md
@@ -3,7 +3,8 @@ Perch theme that improves user experience.
3
4
## Installation
5
- Download ZIP
6
-- Upload contents of folder to `perch_folder/plugins/ui`
+- Upload contents of folder to `your_perch_folder/plugins/ui`
7
+- Update the path in `_config.inc` to your Perch path
8
- Job done!
9
10
## What this theme does?
_config.inc
ui/_config.inc
@@ -0,0 +1,3 @@
1
+<link rel="stylesheet" href="/perch/addons/plugins/ui/perch.css" />
2
+
+<script src="/perch/addons/plugins/ui/app.js"></script>
app.js renamed to ui/app.js
perch.css renamed to ui/perch.css
0 commit comments