Skip to content
Snippets Groups Projects

Issue #3519637: Update the project overview page

Open Ashish Dwivedi requested to merge issue/bricks-3519637:2.x into 2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -206,7 +206,7 @@ function _bricks_form_element_alter(&$element, $item, $entity) {
* Prepares variables for `block.html.twig` for `system_powered_by_block`.
*/
function bricks_preprocess_block__system_powered_by_block(&$variables) {
$bricks_link = '<a href="https://uibricks.com">Bricks</a>';
$bricks_link = '<a href="https://www.drupal.org/project/bricks">Bricks</a>';
$variables['content']['#markup'] = str_replace('>Drupal</a>', '>Drupal</a> & ' . $bricks_link, $variables['content']['#markup']);
}
Loading