Changeset 517
- Timestamp:
- 08/25/2010 12:25:08 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/widgets/flagslist/tpw_list_with_flags_css.php
r500 r517 6 6 Description: Widget with flags links (using css sprites) followed by language name 7 7 Author: Team Transposh 8 Version: 1.0 8 Version: 1.0.1 9 9 Author URI: http://transposh.org/ 10 10 License: GPL (http://www.gnu.org/licenses/gpl.txt) … … 48 48 foreach ($args as $langrecord) { 49 49 echo "<a href=\"{$langrecord['url']}\"" . ($langrecord['active'] ? ' class="tr_active"' : '' ) . '>' . 50 transposh_utils::display_flag('', $langrecord['flag'], $langrecord['langorig'], false) . '</a>';50 transposh_utils::display_flag('', $langrecord['flag'], $langrecord['langorig'], true) . '</a>'; 51 51 echo "<a href=\"{$langrecord['url']}\"" . ($langrecord['active'] ? ' class="tr_active"' : '' ) . '>' . "{$langrecord['langorig']}</a><br/>"; 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.
