Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/design/html/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
</div>
<footer id="footer" class="">
<div class="col-md-12 font_12 text_white">
<a href="https://okay-cms.com">OkayCMS </a> &copy; {$smarty.now|date_format:"%Y"} v.{$config->version} | {$btr->index_logged|escape} {$manager->login|escape}
<a href="https://okay-cms.com">OkayCMS </a> &copy; {$smarty.now|date_format:"%Y"} v.{$config->version} | {$btr->index_logged|escape} <a href="index.php?controller=ManagerAdmin&id={$manager->id}">{$manager->login|escape}</a> (<a href="{$rootUrl}?logout">{$btr->index_exit|escape}</a>)
<div class="float-md-right">
<a href='index.php?controller=LicenseAdmin' class="text_white">{$btr->license_text|escape} </a>
,
Expand Down