mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
BS4 img-fluid
This commit is contained in:
@@ -20,7 +20,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
$text = "
|
||||
<div id='powered-by-menu' class='text-center'>
|
||||
<a href='http://e107.org' rel='external'>
|
||||
<img class='img-responsive' src='".e_IMAGE_ABS."admin_images/credits_logo.png' alt='e107' style='max-width:100%' />
|
||||
<img class='img-responsive img-fluid' src='".e_IMAGE_ABS."admin_images/credits_logo.png' alt='e107' style='max-width:100%' />
|
||||
</a>
|
||||
</div>
|
||||
";
|
||||
|
Reference in New Issue
Block a user