fontawesome.com
-
MyGamesShop
- Contributor
- Posts: 131
- Joined: Wed Mar 10, 2021 3:02 am
- Phoenix Version: v1.1.0.6
- Has thanked: 8 times
- Been thanked: 5 times
-
14Steve14
- Senior Contributor
- Posts: 923
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: fontawesome.com
You can update the code in your files if you like.
You could then report back if anything else needs changing or updating making the jobs of the core coders easier should they want to add the update.
You could then report back if anything else needs changing or updating making the jobs of the core coders easier should they want to add the update.
- burt
- Core Team
- Posts: 4560
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 413 times
Re: fontawesome.com
Drop a COPY of /templates/default/includes/hooks/shop/siteWide/fontAwesome.php into
/templates/YOUR_TEMPLATE/includes/hooks/shop/siteWide/ so if your template in use was named "XYZ123", the new file would be;
/templates/XYZ123/includes/hooks/shop/siteWide/fontAwesome.php
Then change L19 of that new file as appropriate. The amended L19 per https://cdnjs.com/libraries/font-awesome would be;
/templates/YOUR_TEMPLATE/includes/hooks/shop/siteWide/ so if your template in use was named "XYZ123", the new file would be;
/templates/XYZ123/includes/hooks/shop/siteWide/fontAwesome.php
Then change L19 of that new file as appropriate. The amended L19 per https://cdnjs.com/libraries/font-awesome would be;
Code: Select all
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.