Plugin Directory

Changeset 1947523


Ignore:
Timestamp:
09/26/2018 04:18:00 PM (8 years ago)
Author:
rvwoens
Message:

short open tags removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map-pins/trunk/include/mappins.php

    r1947511 r1947523  
    312312        <h2><?=__('Mappins Configuration','mappins')?></h2>
    313313        <table class="form-table"><?php
    314             xcos::TrFormInput('adminmenu',__('Admin menu name:','mappins'),xcos::ifset($options['adminmenu'],'Map pins'),array('size'=>40));
     314            xcos::TrFormInput('adminmenu',__('Admin menu name:','mappins'),xcos::ifset($options['adminmenu'],'Map pins'),['size'=>40]);
     315            xcos::TrFormInput('googlekey',__('Google api key:','mappins'),xcos::ifset($options['googlekey'],'YOUR-GOOGLE-API-KEY'),['size'=>60]);
    315316            xcos::TrFormInput('categories',__('Categories:<br>(comma separated list)', 'mappins'),xcos::ifset($options['categories'],'first,second'),array('size'=>40));       
    316317            xcos::TrFormSelect('defcountry',__('Default country', 'mappins'),xcos::ifset($options['defcountry'],'NL'),xcos_country::getCountries());       
Note: See TracChangeset for help on using the changeset viewer.