1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-15 14:54:26 +02:00

fix(): set absolute reference to the newly created js file

Also fix the README file so that the install doc is up to date.
This commit is contained in:
oupala
2017-03-25 18:13:37 +01:00
parent 57ea1a8416
commit 582f711326
2 changed files with 11 additions and 1 deletions

View File

@@ -31,6 +31,16 @@ Should be changed to...
AddIcon /share/theme/icons/gif.png .gif
* Edit `footer.html` (now in the `/share/theme` folder) and update all instances of paths marked with *{FOLDERNAME}* to point to your site root.
So...
<script src=/{FOLDERNAME}/theme/apaxy.js></script>
Should be changed to...
<script src=/share/theme/apaxy.js></script>
* Once done, rename `htaccess.txt` to `.htaccess` in both the `/share` and `/share/theme` folders.
* [Treat yo'self](http://25.media.tumblr.com/tumblr_lw7q28y0Mz1qanm80o1_500.gif), you're done.

View File

@@ -7,4 +7,4 @@
<div class="footer">
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
</div><!--/.footer-->
<script src=theme/apaxy.js></script>
<script src=/{FOLDERNAME}/theme/apaxy.js></script>