<?php /** * @file * Implements hook_theme(). */ /** * Implements hook_theme(). */ function stackblitz_theme($existing, $type, $theme, $path) { return [ 'stackblitz_embed' => [ 'variables' => ['item' => 'item'], ], ]; }
Главная | Обратная связь