Actions

Translations

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

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="php" enclose="div"> 'css'=> array( 'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css', ), </syntaxhighlight>")
 
No edit summary
 
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:57, 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',
        ),