Skip to content

Commit 0bccf30

Browse files
committed
paid support link on info section
1 parent be32fe5 commit 0bccf30

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,15 @@ function replaceNewUpdater()
14261426
div.cutomMinHeight {
14271427
min-height: 900px !important;
14281428
}
1429+
p.paidSupport {
1430+
color: #8A9798;
1431+
font-size: 13px;
1432+
margin-top: 10px;
1433+
}
1434+
a.support {
1435+
color: #4b8cca;
1436+
text-decoration: none;
1437+
}
14291438

14301439
</style>
14311440
</head>
@@ -1688,6 +1697,7 @@ function replaceNewUpdater()
16881697
</div>
16891698
</li>
16901699
</ul>
1700+
<p class="paidSupport">Happy with your existing installation? Paid support by independent consultants <a href="https://www.phplist.org/paid-support/" class="support" target="_blank">here</a>.</p>
16911701
</div>
16921702
<div id="right">
16931703
<div id="sqr">

0 commit comments

Comments
 (0)