diff --git a/deployed/mod_helloworld/modules/mod_helloworld/helper.php b/deployed/mod_helloworld/modules/mod_helloworld/helper.php new file mode 100644 index 00000000..5a86996d --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/helper.php @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/index.html b/deployed/mod_helloworld/modules/mod_helloworld/index.html new file mode 100644 index 00000000..2d3259c4 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/index.html @@ -0,0 +1,3 @@ + + Welcome to Tutorials Point!!!!! + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php new file mode 100644 index 00000000..34142066 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.php @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml new file mode 100644 index 00000000..88fd2054 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/mod_newsletter.xml @@ -0,0 +1,18 @@ + + + + Hello, World! + Tutorials Point + 1.0.0 + A simple Hello World! module. + + mod_newsletter.xml + mod_newsletter.php + index.html + helper.php + tmpl/default.php + tmpl/index.html + + + + \ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php new file mode 100644 index 00000000..771147c5 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/default.php @@ -0,0 +1,11 @@ + + +

Hello World!!!!!!

\ No newline at end of file diff --git a/deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html new file mode 100644 index 00000000..2d3259c4 --- /dev/null +++ b/deployed/mod_helloworld/modules/mod_helloworld/tmpl/index.html @@ -0,0 +1,3 @@ + + Welcome to Tutorials Point!!!!! + \ No newline at end of file