diff --git a/css/sass/components/_megamenu.scss b/css/sass/components/_megamenu.scss old mode 100644 new mode 100755 diff --git a/roblib_2023.info.yml b/roblib_2023.info.yml index c6c6f44..5d482e2 100755 --- a/roblib_2023.info.yml +++ b/roblib_2023.info.yml @@ -21,6 +21,7 @@ regions: footer: 'Footer' subfooter: 'Subfooter' breadcrumb: 'Breadcrumb' + hidden: 'Hidden' page_top: 'Page top' page_bottom: 'Page bottom' generator: 'starterkit_theme:10.0.1' diff --git a/roblib_2023.theme b/roblib_2023.theme index acacf87..3b24144 100755 --- a/roblib_2023.theme +++ b/roblib_2023.theme @@ -19,6 +19,17 @@ function roblib_2023_preprocess_image_widget(array &$variables) { unset($data['preview']); } } +function roblib_2023_field__field_proxied_link__database($variables) { + // the name of the function came from the devel themer tool after 1st putting dpm() in themename_field() + + // dpm($variables); + // this dumps the vars using the devel mod. use it to target the varibles printed below. + + $output = ''; + $output = '' . $variables['items'][0]['#element']['title'] . ''; + + return $output; +} function roblib_2023_preprocess_html(&$variables) { diff --git a/templates/block/block--block-content--72a4ea11-76f7-4d80-b914-1386b250fb6b.html.twig b/templates/block/block--block-content--72a4ea11-76f7-4d80-b914-1386b250fb6b.html.twig new file mode 100755 index 0000000..ab4f52e --- /dev/null +++ b/templates/block/block--block-content--72a4ea11-76f7-4d80-b914-1386b250fb6b.html.twig @@ -0,0 +1,222 @@ + + +

+ Hot topics this week: Wireless configuration; Printing +

+ +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +{##} + {#{{ title_prefix }}#} + {#{% if label %}#} + {#{{ label }}#} + {#{% endif %}#} + {#{{ title_suffix }}#} + {#{% block content %}#} + {#{{ content }}#} + {#{% endblock %}#} +{##} diff --git a/templates/components/accordion_nodes/field.html.twig b/templates/components/accordion_nodes/field.html.twig.bk similarity index 100% rename from templates/components/accordion_nodes/field.html.twig rename to templates/components/accordion_nodes/field.html.twig.bk diff --git a/templates/components/block--roblib-2023-site-branding.html.twig b/templates/components/block--roblib-2023-site-branding.html.twig index 602ce4f..89fa944 100755 --- a/templates/components/block--roblib-2023-site-branding.html.twig +++ b/templates/components/block--roblib-2023-site-branding.html.twig @@ -17,7 +17,7 @@