Actions

Translations

New Template System in LS3.x/136/en: Difference between revisions

From LimeSurvey Manual

(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
<syntaxhighlight lang="php" enclose="div">
<syntaxhighlight lang="php">
         'css'=> array(
         'css'=> array(
             'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css',
             'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css',
         ),
         ),
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 21:39, 17 February 2022

Message definition (New Template System in LS3.x)
<syntaxhighlight lang="php">
       'css'=> array(
           'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css',
       ),
</syntaxhighlight>
        'css'=> array(
            'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css',
        ),