Skip to content

Commit

Permalink
Update example.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MeganPie authored Oct 18, 2017
1 parent 8a7bc38 commit 47cccb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExampleModule/pages/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


$page = 'admin';
$admin_page = 'server';
$admin_page = 'example';
?>
<!DOCTYPE html>
<html>
Expand All @@ -53,11 +53,11 @@
<div class="col-md-9">
<div class="card">
<div class="card-block">
<h3><?php echo $ss_language->get('language', 'example_module'); ?></h3>
<h3><?php echo $ss_language->get('language', 'example_module_title'); ?></h3>

<hr/>

<p>This is the example module AdminCP Page! Feel free to use this as your base for your modules configs!!</p>
<p><?php echo $ss_language->get('language', 'example_module_desc'); ?></p>

</div></div></div></div></div>

Expand Down

0 comments on commit 47cccb1

Please sign in to comment.