Cookie information.
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
<footer class="content site-footer">
|
<footer class="content site-footer">
|
||||||
<p><?php yourls_e( 'Powered by <a href="http://yourls.org/">YOURLS</a>. Designed by <a href="http://tomslominski.net/">Tom Slominski</a>.', 'isq_translation') ?> <a class="icon-github" href="https://github.com/tomslominski/infinity-squared"><?php include('public/images/github.svg'); ?></a></p>
|
<p><?php yourls_e( 'Powered by <a href="http://yourls.org/">YOURLS</a>. Designed by <a href="http://tomslominski.net/">Tom Slominski</a>.', 'isq_translation') ?> <a class="icon-github" href="https://github.com/tomslominski/infinity-squared"><?php include('public/images/github.svg'); ?></a></p>
|
||||||
|
<?php if ( !empty(ISQ::$recaptcha['sitekey']) && !empty(ISQ::$recaptcha['secret']) ) { ?>
|
||||||
|
<p class="recaptcha-cookie">This site uses cookies for Google reCAPTCHA.<p>
|
||||||
|
<?php }; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -274,6 +274,11 @@ svg#url-qr-code {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site-footer .recaptcha-cookie {
|
||||||
|
margin-top: 5px;
|
||||||
|
color: #AFAFAF;
|
||||||
|
}
|
||||||
|
|
||||||
.site-footer a:hover {
|
.site-footer a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: dashed 1px #013F6D;
|
border-bottom: dashed 1px #013F6D;
|
||||||
|
|||||||
Reference in New Issue
Block a user