mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-07 09:06:48 +01:00
Highlight chmod text in README, id not needed
This commit is contained in:
@@ -168,7 +168,7 @@ class System
|
||||
</style>
|
||||
';
|
||||
$content .= '
|
||||
<div id="demoModeIndicator" class="demoModeIndicator" title="' . $text['demo-mode']['Demo mode'] . '">' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'</div>
|
||||
<div class="demoModeIndicator" title="' . $text['demo-mode']['Demo mode'] . '">' . file_get_contents(dirname(__FILE__) . "/../assets/images/icons/lock.svg") .'</div>
|
||||
';
|
||||
return $content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user