mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-13 01:15:35 -04:00
Rename $class to $css_class for clarity.
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
<div id="g-admin-modules-messages" class="g-block-content">
|
||||
<ul>
|
||||
<? foreach (array("error" => "g-error", "warn" => "g-warning") as $type => $class): ?>
|
||||
<? foreach (array("error" => "g-error", "warn" => "g-warning") as $type => $css_class): ?>
|
||||
<? foreach ($messages[$type] as $message): ?>
|
||||
<li class="<?= $class ?>" style="padding-bottom: 0"><?= $message ?></li>
|
||||
<li class="<?= $css_class ?>" style="padding-bottom: 0"><?= $message ?></li>
|
||||
<? endforeach ?>
|
||||
<? endforeach ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user