Difference between revisions of "Packages:webmods"
From PrometheusIPN Wiki
(Created page with "==Web Modifications== === Overview === This is a brief overview for some of the supported web modifications to Prometheus. This follows all of the rules of the modifications...") |
(No difference)
|
Revision as of 02:38, 26 January 2021
Web Modifications
Overview
This is a brief overview for some of the supported web modifications to Prometheus. This follows all of the rules of the modifications page.
If you'd like to submit a modification to us and have it added to the Wiki, please feel free to submit a ticket or contact us on the Prometheus Discord.
To add a tab to the navigation bar please follow the below steps.
- Find the inc/header.php file
- Create a new line after line 267
- Paste the following function.
<li class="nav-item"> <a class="nav-link" href="https://yourdomain.tld/somelink"> </i> LINK NAME </a> </li>