Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier templates/hathor/html/com_templates/style/edit_assignment.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $menuTypes = MenusHelper::getMenuLinks()
 
 $user = JFactory::getUser()
 
foreach ($menuTypes as &$type) ('.<?php echo $type->menutype;?>').each(function(el)
 
if($link->template_style_id==$this->item->id) if($link->checked_out && $link->checked_out !=$user->idendif
 
 endforeach
 

Documentation des variables

◆ $menuTypes

$menuTypes = MenusHelper::getMenuLinks()

◆ $user

$user = JFactory::getUser()

◆ ($menuTypes as &$type)

foreach ( $menuTypes as & $type)('.<?php echo $type->menutype;?>').each(function(el)

◆ endforeach

endforeach

◆ endif

if ( $link->template_style_id==$this->item->id) if ( $link->checked_out &&$link->checked_out !=$user->id) endif