getTemplateTheme()

getTemplateTheme()

Vráti názov súčasne používanej témy šablón.

Parameter Vyžadovaný Východzia hodnota Význam

Príklad

Zobraziť čistý text Zobraziť zvíraznený text
  1. <?php
  2. ...
  3.  
  4. $templateTheme = $swift->getTemplateTheme();
  5.  
  6. ...
  7. ?>