diff --git a/lang/en/theme_qualisaude.php b/lang/en/theme_qualisaude.php index 91f6642..8b3a1d7 100644 --- a/lang/en/theme_qualisaude.php +++ b/lang/en/theme_qualisaude.php @@ -54,9 +54,9 @@ $string['footnote'] = 'Footnote'; $string['footnotedefault'] = '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and tronic typesetting, sheets taining Lorem Ipsum passages.
Read More »

'; $string['footnotedesc'] = 'Whatever you add to this textarea will be displayed in the footer throughout your Moodle site.'; $string['frontpageheading'] = 'Front page'; -$string['gpurl'] = 'Google+'; -$string['gpurl_default'] = 'https://www.google.com/+yourgoogleplusid'; -$string['gpurldesc'] = 'The Google+ url of your organisation.'; +$string['gpurl'] = 'Instagram'; +$string['gpurl_default'] = 'https://www.instagram.com/'; +$string['gpurldesc'] = 'The Instagram url of your organisation.'; $string['headerheading'] = 'General'; $string['homebanner'] = 'Home Page Banner'; $string['homebanner_slogan'] = 'We have the largest collection of courses'; @@ -111,9 +111,9 @@ $string['numberofslides_desc'] = 'Number of slides on the slider.'; $string['numberoftmonials'] = 'Number of Testimonials'; $string['numberoftmonials_desc'] = 'Number of Testimonials on the Home Page.'; $string['phoneno'] = 'Phone No'; -$string['pinurl'] = 'Pinterest'; -$string['pinurl_default'] = 'https://in.pinterest.com/yourpinterestname/'; -$string['pinurldesc'] = 'The Pinterest url of your organisation.'; +$string['pinurl'] = 'Youtube'; +$string['pinurl_default'] = 'https://www.youtube.com/'; +$string['pinurldesc'] = 'The Youtube url of your organisation.'; $string['pluginname'] = 'qualisaude'; $string['readmore'] = 'Read More'; $string['region-side-post'] = 'Right'; diff --git a/scss/preset/custom.scss b/scss/preset/custom.scss index 43592c9..cf60a01 100644 --- a/scss/preset/custom.scss +++ b/scss/preset/custom.scss @@ -192,6 +192,22 @@ section#inicial{ height: 50px; } } + #footer{ + .social-media{ + padding: 20px 0 0; + ul{ + li{ + a { + font-size: 36px; + color: #31539E; + &:hover{ + color: #009cd1; + } + } + } + } + } + } } /* ################################### TOPO ################################# */ diff --git a/settings.php b/settings.php index 27b18e6..e4ba1c3 100644 --- a/settings.php +++ b/settings.php @@ -198,13 +198,6 @@ if (is_siteadmin()) { $setting = new admin_setting_configtext($name, $title, $description, $default); $temp->add($setting); - $name = 'theme_qualisaude/twurl'; - $title = get_string('twurl', 'theme_qualisaude'); - $description = get_string('twurldesc', 'theme_qualisaude'); - $default = get_string('twurl_default', 'theme_qualisaude'); - $setting = new admin_setting_configtext($name, $title, $description, $default); - $temp->add($setting); - $name = 'theme_qualisaude/gpurl'; $title = get_string('gpurl', 'theme_qualisaude'); $description = get_string('gpurldesc', 'theme_qualisaude'); @@ -212,6 +205,13 @@ if (is_siteadmin()) { $setting = new admin_setting_configtext($name, $title, $description, $default); $temp->add($setting); +// $name = 'theme_qualisaude/twurl'; +// $title = get_string('twurl', 'theme_qualisaude'); +// $description = get_string('twurldesc', 'theme_qualisaude'); +// $default = get_string('twurl_default', 'theme_qualisaude'); +// $setting = new admin_setting_configtext($name, $title, $description, $default); +// $temp->add($setting); + $settings->add($temp); /* Footer Settings end */ } diff --git a/templates/footer.mustache b/templates/footer.mustache index 99484b6..2f0ca67 100644 --- a/templates/footer.mustache +++ b/templates/footer.mustache @@ -35,6 +35,21 @@ +
+
+ +
+