Skip to content

Commit

Permalink
Merge pull request satanasov#218 from Leinad4Mind/patch-10
Browse files Browse the repository at this point in the history
Fix Language Variable
  • Loading branch information
satanasov committed May 6, 2019
2 parents 4379036 + 788bf66 commit fefbb69
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -28,12 +28,12 @@ <h2>{L_MCP}<!-- IF U_ALBUM_NAME --> - {U_ALBUM_NAME}<!-- ENDIF --></h2>
<div id="cp-menu" class="cp-menu">
<div class="navigation responsive-hide" id="navigation" role="navigation">
<ul>
<li id="active-subsection" class="active-subsection"><a href=""><span>{L_GALLERY_MCP_QUEUE}</span></a></li>
<li id="active-subsection" class="active-subsection"><a href=""><span>{L_GALLERY_MCP_VIEWALBUM}</span></a></li>
</ul>
</div>
</div>
<div id="cp-main" class="cp-main mcp-main panel-container">
<h2>{L_GALLERY_MCP_QUEUE}</h2>
<h2>{L_GALLERY_MCP_VIEWALBUM}</h2>

<form id="overview_action" method="post" action="{S_GALLERY_MODERATE_OVERVIEW_ACTION}">
<div class="panel">
Expand Down Expand Up @@ -105,4 +105,4 @@ <h2>{L_GALLERY_MCP_QUEUE}</h2>
<br>
<!-- ENDIF -->
<br>
<!-- INCLUDE gallery/gallery_footer.html -->
<!-- INCLUDE gallery/gallery_footer.html -->

0 comments on commit fefbb69

Please sign in to comment.