Skip to content

Commit

Permalink
Add PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cproensa authored and atrol committed Sep 26, 2017
1 parent 9e9cd11 commit 883655a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/layout_api.php
Expand Up @@ -1251,6 +1251,10 @@ function layout_scroll_up_button() {
echo '</a>' . "\n";
}

/**
* Render the div area with logo used in login pages
* @return void
*/
function layout_login_page_logo() {
?>
<div class="login-logo">
Expand Down

0 comments on commit 883655a

Please sign in to comment.