Skip to content

Commit

Permalink
[FIX] Copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed Dec 20, 2023
1 parent b0053f5 commit b41a155
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

**sLang** Seiger Lang multi language Management Module for Evolution CMS admin panel.

If you're looking to create a multilingual site powered by Evolution CMS, then the sLang module is just what you need.

The work of the module is based on the use of the standard Laravel functionality for multilingualism.

## Features
Expand Down
12 changes: 12 additions & 0 deletions images/seigerit-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/sLangServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
// For use config
$this->publishes([
dirname(__DIR__) . '/config/sLangAlias.php' => config_path('app/aliases/sLang.php', true),
dirname(__DIR__) . '/images/seirgerit-yellow.svg' => public_path('assets/site/seirgerit-yellow.svg'),
dirname(__DIR__) . '/images/seigerit-blue.svg' => public_path('assets/site/seigerit-blue.svg'),
]);
}

Expand Down
6 changes: 3 additions & 3 deletions views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ function saveForm(selector) {
</script>
<style>
.badge.bg-seigerit{background-color:#0057b8;color:#ffd700;font-size:85%;}
#copyright{position:fixed;bottom:0;right:0;background-color:#0057b8;padding:3px 7px;border-radius:5px;}
#copyright img{width:9em;}
#copyright{position:fixed;bottom:0;right:0;}
#copyright img{width:35px;}
.notifier{position:fixed;display:none;top:0;left:0;width:100%;height:100vh;overflow-y:auto;z-index:9999;background:rgba(255,255,255,0.8);}
.notifier-txt{position:absolute;width:100%;text-align:center;top:50%;left:50%;background:#fff;padding:30px;font-size:18px;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);}
.notifier-error{color:red;}
Expand All @@ -121,5 +121,5 @@ function saveForm(selector) {
.modal-backdrop {background-color:rgba(0, 0, 0, 0.5);}
.modal-header{margin-top: 1rem;}
</style>
<div id="copyright"><a href="https://seigerit.com/" target="_blank"><img src="{{evo()->getConfig('site_url', '/')}}assets/site/seigerit-yellow.svg"/></a></div>
<div id="copyright"><a href="https://seigerit.com/" target="_blank"><img src="{{evo()->getConfig('site_url', '/')}}assets/site/seigerit-blue.svg"/></a></div>
@endpush

0 comments on commit b41a155

Please sign in to comment.