Plugin Directory

Changeset 586676


Ignore:
Timestamp:
08/17/2012 02:58:37 AM (14 years ago)
Author:
mcantsin
Message:

Adding first version of metar-widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metar-widget/trunk/MetarWidget.php

    r585548 r586676  
    4444        }
    4545
    46     echo "<h4>Current METAR for $icao</h4>";
     46    echo '<div class="widget-wrapper" id="' . $args['widget_id'] . '-container">';
     47    echo "<h1>Current METAR for $icao</h1>";
    4748        echo "<p id='metar'>$metar</p>";
     49    echo "</div>";
    4850    }
    4951}
Note: See TracChangeset for help on using the changeset viewer.