Skip to content

Commit 47cccb1

Browse files
authored
Update example.php
1 parent 8a7bc38 commit 47cccb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ExampleModule/pages/example.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
$page = 'admin';
30-
$admin_page = 'server';
30+
$admin_page = 'example';
3131
?>
3232
<!DOCTYPE html>
3333
<html>
@@ -53,11 +53,11 @@
5353
<div class="col-md-9">
5454
<div class="card">
5555
<div class="card-block">
56-
<h3><?php echo $ss_language->get('language', 'example_module'); ?></h3>
56+
<h3><?php echo $ss_language->get('language', 'example_module_title'); ?></h3>
5757

5858
<hr/>
5959

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

6262
</div></div></div></div></div>
6363

0 commit comments

Comments
 (0)