Cookie information.

This commit is contained in:
Tom Slominski
2015-03-08 17:22:24 +00:00
parent a27af9cbce
commit b4af3c7dea
2 changed files with 8 additions and 0 deletions

View File

@@ -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>

View File

@@ -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;