SMF Support > Bosanski/Hrvatski/Srpski (Bosnian/Croatian/Serbian)

( REŠENO ) - Greška - Parse error: syntax error, unexpected ';', expecting ')'

<< < (3/3)

Branko.:

--- Code: ---array(
         'id' => 'wysiwyg_quick_reply',
         'label' => $txt['wysiwyg_quick_reply'],
         'options' => array(
            0 => $txt['wysiwyg_quick_reply0'],
            1 => $txt['wysiwyg_quick_reply1'],
            2 => $txt['wysiwyg_quick_reply2'],
            3 => $txt['wysiwyg_quick_reply3'],
            4 => $txt['wysiwyg_quick_reply4'],
            5 => $txt['wysiwyg_quick_reply5'],
            6 => $txt['wysiwyg_quick_reply6'],
            7 => $txt['wysiwyg_quick_reply7'],
         ),
         'default' => true,
--- End code ---

Nisi vidio da ti nedostaje ), na kraju ... treba da izgleda ovako:


--- Code: ---      array(
         'id' => 'wysiwyg_quick_reply',
         'label' => $txt['wysiwyg_quick_reply'],
         'options' => array(
            0 => $txt['wysiwyg_quick_reply0'],
            1 => $txt['wysiwyg_quick_reply1'],
            2 => $txt['wysiwyg_quick_reply2'],
            3 => $txt['wysiwyg_quick_reply3'],
            4 => $txt['wysiwyg_quick_reply4'],
            5 => $txt['wysiwyg_quick_reply5'],
            6 => $txt['wysiwyg_quick_reply6'],
            7 => $txt['wysiwyg_quick_reply7'],
         ),
         'default' => true,
      ),

--- End code ---

novii:
Da, ta zagrada je nedostajala.

Hvala na pomoći.

Navigation

[0] Message Index

[*] Previous page

Go to full version