togethere.cloud/private_html/administration/includes/footer.php

39 lines
866 B
PHP

</div> <!-- /admin-content -->
</div> <!-- /admin-wrapper -->
<footer class="admin-footer">
<style>
.admin-footer {
background: #f1f1f1;
border-top: 1px solid #ddd;
padding: 15px 20px;
margin-left: 220px;
text-align: center;
color: #555;
font-size: 13px;
}
.admin-footer a {
color: #0073aa;
text-decoration: none;
}
.admin-footer a:hover {
text-decoration: underline;
}
@media (max-width: 782px) {
.admin-footer {
margin-left: 36px;
}
}
</style>
<p>
&copy; <?php echo date('Y'); ?> <strong>togethere.cloud</strong> | Panel Administracyjny
</p>
</footer>
</body>
</html>