diff --git a/helloworld.xml b/helloworld.xml index c40417d..eb4573f 100644 --- a/helloworld.xml +++ b/helloworld.xml @@ -1,10 +1,9 @@ - + + Hello World! - November 2009 + January 2014 John Doe john.doe@example.org http://www.example.org @@ -15,7 +14,7 @@ Description of the Hello World component ... - + sql/updates/mysql @@ -23,8 +22,8 @@ + to copy FROM in the package to install therefore files copied + in this section are copied from /site/ in the package --> index.html helloworld.php @@ -34,11 +33,11 @@ - Hello World! + Hello World! + to copy FROM in the package to install therefore files copied + in this section are copied from /admin/ in the package --> index.html diff --git a/site/controller.php b/site/controller.php index 64bef6d..8044f8d 100644 --- a/site/controller.php +++ b/site/controller.php @@ -1,13 +1,20 @@ execute($input->getCmd('task')); // Redirect if set by the controller -$controller->redirect(); \ No newline at end of file +$controller->redirect(); diff --git a/site/views/helloworld/tmpl/default.php b/site/views/helloworld/tmpl/default.php index 3e79da9..77c6170 100644 --- a/site/views/helloworld/tmpl/default.php +++ b/site/views/helloworld/tmpl/default.php @@ -1,5 +1,13 @@ -

msg; ?>

\ No newline at end of file +

msg; ?>

diff --git a/site/views/helloworld/tmpl/default.xml b/site/views/helloworld/tmpl/default.xml index 4f15edd..98b1da7 100644 --- a/site/views/helloworld/tmpl/default.xml +++ b/site/views/helloworld/tmpl/default.xml @@ -1,8 +1,6 @@ - - - + COM_HELLOWORLD_HELLOWORLD_VIEW_DEFAULT_DESC \ No newline at end of file diff --git a/site/views/helloworld/view.html.php b/site/views/helloworld/view.html.php index fe7753a..a204d41 100644 --- a/site/views/helloworld/view.html.php +++ b/site/views/helloworld/view.html.php @@ -1,16 +1,29 @@