architecture de contenu + theming in parrallele

This commit is contained in:
2026-01-14 12:01:01 +01:00
parent 367d8b21e9
commit 7664d33892
48 changed files with 2710 additions and 704 deletions

View File

@@ -0,0 +1,5 @@
name: 'mathallomod'
type: module
description: 'helpers for mathallo'
core_version_requirement: ^10.6 || ^11.0
package: 'mathallo'

View File

@@ -0,0 +1,15 @@
<?php
/**
* @file
* Contains mathallomod.module.
*/
function mathallomod_link_alter(&$variables) {
// $url = $variables['url'];
// if($url->getRouteName() === "entity.node.canonical"){
// $nid = $url->getRouteParameters()['node'];
// $node =
// }
}