You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.php
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1426,6 +1426,15 @@ function replaceNewUpdater()
1426
1426
div.cutomMinHeight {
1427
1427
min-height: 900px !important;
1428
1428
}
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
+
}
1429
1438
1430
1439
</style>
1431
1440
</head>
@@ -1688,6 +1697,7 @@ function replaceNewUpdater()
1688
1697
</div>
1689
1698
</li>
1690
1699
</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>
0 commit comments