Hi,
I want to override several svg icons; "ph-si-back" for example. All icons defined in components\com_phocagallery\layouts\svg_definitions.php file. I can replace the icon's code in this file, but I will need to carry out this procedure in every PhocaGallery update.
Is it possible override icon's code "forever" in manner as we can define custom CSS file?
SVG icons overrides
- Jan
- Phoca Hero
- Posts: 48701
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: SVG icons overrides
Hi, you can override this file per template override feature, it will be located in this location:
templates/your_template/html/layouts/com_phocagallery/svg_definitions.php
Jan
templates/your_template/html/layouts/com_phocagallery/svg_definitions.php
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 20
- Joined: 13 Dec 2015, 16:58
Re: SVG icons overrides
Hi, thank you for clarifying.