Skip to content

Commit

Permalink
Update to Elk information.
Browse files Browse the repository at this point in the history
Signed-off-by: Norv <a.w.norv@gmail.com>
  • Loading branch information
norv committed Apr 2, 2013
1 parent 7a13ae0 commit 278fd2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions themes/mobile/GenericControls.template.php
@@ -1,7 +1,7 @@
<?php
/**
* @name Dialogo Forum
* @copyright Dialogo Forum contributors
* @name ElkArte Forum
* @copyright ElkArte Forum contributors
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* This software is a derived product, based on:
Expand Down Expand Up @@ -136,5 +136,3 @@ function template_control_verification($verify_id, $display_type = 'all', $reset
if ($display_type == 'single')
return true;
}

?>
6 changes: 2 additions & 4 deletions themes/mobile/GenericMenu.template.php
@@ -1,7 +1,7 @@
<?php
/**
* @name Dialogo Forum
* @copyright Dialogo Forum contributors
* @name ElkArte Forum
* @copyright ElkArte Forum contributors
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* This software is a derived product, based on:
Expand Down Expand Up @@ -37,5 +37,3 @@ function template_generic_menu_dropdown_below()
function template_generic_menu_tabs(&$menu_context)
{
}

?>
6 changes: 2 additions & 4 deletions themes/mobile/Login.template.php
@@ -1,7 +1,7 @@
<?php
/**
* @name Dialogo Forum
* @copyright Dialogo Forum contributors
* @name ElkArte Forum
* @copyright ElkArte Forum contributors
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* This software is a derived product, based on:
Expand Down Expand Up @@ -333,5 +333,3 @@ function template_resend()
<input type="submit" value="', $txt['invalid_activation_resend'], '" class="button_submit" />
</form>';
}

?>
6 changes: 2 additions & 4 deletions themes/mobile/Search.template.php
@@ -1,7 +1,7 @@
<?php
/**
* @name Dialogo Forum
* @copyright Dialogo Forum contributors
* @name ElkArte Forum
* @copyright ElkArte Forum contributors
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* This software is a derived product, based on:
Expand Down Expand Up @@ -141,5 +141,3 @@ function template_results()
</div>';

}

?>

0 comments on commit 278fd2e

Please sign in to comment.