Next Update.
This commit is contained in:
parent
94426493d4
commit
f85fb7bb47
@ -10,7 +10,7 @@ Just a basic demo of the most basic implementations of the [Joomla] (http://www.
|
||||
+ *Author*: [Llewellyn van der Merwe] (mailto:info@vdm.io)
|
||||
+ *Name*: [Demo] (https://www.vdm.io/)
|
||||
+ *First Build*: 5th August, 2015
|
||||
+ *Last Build*: 26th February, 2016
|
||||
+ *Last Build*: 5th March, 2016
|
||||
+ *Version*: 1.0.5
|
||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage admin.css
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage dashboard.css
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_document.css
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_documents.css
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage look.css
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage looks.css
|
||||
|
@ -28,7 +28,7 @@
|
||||
name="save_history"
|
||||
type="radio"
|
||||
class="btn-group btn-group-yesno"
|
||||
default="0"
|
||||
default="1"
|
||||
label="JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL"
|
||||
description="JGLOBAL_SAVE_HISTORY_OPTIONS_DESC"
|
||||
>
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage controller.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage demo.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help.php
|
||||
@ -109,10 +109,10 @@ class DemoControllerHelp extends JControllerLegacy
|
||||
$text[] = '<div class="uk-container uk-container-center uk-grid-collapse">';
|
||||
$text[] = '<div class="uk-panel uk-width-1-1 uk-panel-box uk-panel-box-primary">';
|
||||
// build the help text
|
||||
$text[] = '<h3 class="uk-panel-title">'.$document->title."</h3>";
|
||||
$text[] = '<h1 class="uk-panel-title">'.$document->title."</h1>";
|
||||
$text[] = str_replace(array_keys($images),array_values($images),$document->content);
|
||||
// end template
|
||||
$text[] = '</div>';
|
||||
$text[] = '</div><br /><br />';
|
||||
$text[] = '</div>';
|
||||
$text[] = "</body>";
|
||||
$text[] = "</html>";
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_document.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_documents.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage import.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage look.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage looks.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage demo.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage demo.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage batch_.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage batchselection.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_above.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_fullwidth.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_left.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_right.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_under.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage metadata.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage publishing.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_above.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_left.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_right.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage details_under.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage metadata.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage publishing.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage repetable_numbers_left.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage repetable_numbers_right.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage demo.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage articles.php
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_document.js
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage look.js
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_document.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_documents.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage import.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage look.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage looks.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help_document.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage look.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_main.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_vdm.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage view.html.php
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage submitbutton.js
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage edit.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage view.html.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_batch_body.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_batch_footer.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_body.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_foot.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_head.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_toolbar.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage view.html.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage view.html.php
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage submitbutton.js
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage edit.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage view.html.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_batch_body.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_batch_footer.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_body.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_foot.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_head.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage default_toolbar.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage view.html.php
|
||||
|
2
demo.xml
2
demo.xml
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension type="component" version="3.2" method="upgrade">
|
||||
<name>COM_DEMO</name>
|
||||
<creationDate>26th February, 2016</creationDate>
|
||||
<creationDate>5th March, 2016</creationDate>
|
||||
<author>Llewellyn van der Merwe</author>
|
||||
<authorEmail>info@vdm.io</authorEmail>
|
||||
<authorUrl>https://www.vdm.io/</authorUrl>
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage script.php
|
||||
@ -333,14 +333,14 @@ class com_demoInstallerScript
|
||||
|
||||
// Condition.
|
||||
$conditions = array(
|
||||
$db->quoteName('element') . ' = ' . $db->quote('com_')
|
||||
$db->quoteName('element') . ' = ' . $db->quote('com_demo')
|
||||
);
|
||||
|
||||
$query->update($db->quoteName('#__extensions'))->set($fields)->where($conditions);
|
||||
$db->setQuery($query);
|
||||
$allDone = $db->execute();
|
||||
echo '<a target="_blank" href="https://www.vdm.io/" title="Demo">
|
||||
<img src="components/com_/assets/images/component-300.jpg"/>
|
||||
<img src="components/com_demo/assets/images/component-300.jpg"/>
|
||||
</a>';
|
||||
}
|
||||
// do any updates needed
|
||||
|
@ -3,7 +3,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage site.css
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage controller.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage help.php
|
||||
@ -110,10 +110,10 @@ class DemoControllerHelp extends JControllerLegacy
|
||||
$text[] = '<div class="uk-container uk-container-center uk-grid-collapse">';
|
||||
$text[] = '<div class="uk-panel uk-width-1-1 uk-panel-box uk-panel-box-primary">';
|
||||
// build the help text
|
||||
$text[] = '<h3 class="uk-panel-title">'.$document->title."</h3>";
|
||||
$text[] = '<h1 class="uk-panel-title">'.$document->title."</h1>";
|
||||
$text[] = str_replace(array_keys($images),array_values($images),$document->content);
|
||||
// end template
|
||||
$text[] = '</div>';
|
||||
$text[] = '</div><br /><br />';
|
||||
$text[] = '</div>';
|
||||
$text[] = "</body>";
|
||||
$text[] = "</html>";
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage demo.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage demo.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage headercheck.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage route.php
|
||||
|
@ -4,7 +4,7 @@
|
||||
/-------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 1.0.5
|
||||
@build 26th February, 2016
|
||||
@build 5th March, 2016
|
||||
@created 5th August, 2015
|
||||
@package Demo
|
||||
@subpackage router.php
|
||||
|
Loading…
x
Reference in New Issue
Block a user