538c34ecd4
* Selected backend menu item is now active. * The logged in user can see his name on the footer. * Completed previleges checks for secretaries.
14 lines
No EOL
429 B
PHP
14 lines
No EOL
429 B
PHP
<div id="footer">
|
|
<div id="footer-content">
|
|
Powered by <a href="http://easyappointments.org">Easy!Appointments</a> |
|
|
Copyright © <?php echo date('Y'); ?>
|
|
<a href="http://alextselegidis.com">Alex Tselegidis</a> |
|
|
Licensed Under GPLv3
|
|
</div>
|
|
|
|
<div id="footer-user-display-name">
|
|
Hello, <?php echo $user_display_name; ?>!
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|