Changeset 1075 in ExiteCMS for trunk/includes/theme_functions.php


Ignore:
Timestamp:
11/06/07 19:52:06 (5 years ago)
Author:
hverton
Message:

fixed some typo's and a syntax error
removed jscript.js, no longer used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/theme_functions.php

    r1071 r1075  
    226226 
    227227            // if one or more locales are assigned to this panel, load them first 
    228             if (isset($panel['locale']) { 
     228            if (isset($panel['locale'])) { 
    229229                if (is_array($panel['locale'])) { 
    230230                    foreach($panel['locale'] as $panel_locale) { 
Note: See TracChangeset for help on using the changeset viewer.