You are here

_ReadMe_.txt in Country Icons 6

+++++++++++++++++++++++++++
+                         +
+ Glossy shade flag icons +
+                         +
+++++++++++++++++++++++++++

Icon set for the Drupal module "Country Icons" (http://drupal.org/project/countryicons) 6.x-1.x.
Version 2010-03-05

Compiled by Robert Allerstorfer (http://drupal.org/user/405360)

Installation
============

Copy the "glossy_shade" folder into the module's "iconsets" directory. 

Usage
=====

To display a flag image, you could use a code similar like this, for example in your theme's "node.tpl.php" file:

  $my_countrycode_alpha2_lc = 'at';
  if ($my_countrycode_alpha2_lc == 'uk') {
    $my_countrycode_alpha2_lc = 'gb';
  }
  $my_countrycode_alpha2 = strtoupper($my_countrycode_alpha2_lc);
  if (module_exists('countryicons')) {
    print theme_countryicons_icon($my_countrycode_alpha2_lc, 'glossy_shade', $my_countrycode_alpha2, $my_countrycode_alpha2);
  }

Image information
=================

Created by Nordic Factory (www.nordicfactory.com) in December 2009. Can be used freely. 
However, the creator asks to link to their website (http://www.nordicfactory.com/) 
on the site where these icons are being displayed! 

Source: http://www.nordicfactory.com/creative/illustrations/download-free-flag-set-in-png/
  (flag_set_256x256_glossy_shade.zip)

Renamed files: "nm.png" -> "mm.png"
               "uk.png" -> "gb.png"
               "vh.png" -> "va.png"

Added files:   "bv.png" = copy of "no.png"
               "gf.png" = copy of "fr.png"
               "um.png" = copy of "us.png"

Files for some countries are missing, including az, cc, cs, eh, gp, hm, mk, pe, ps, re, tf, tk.

All images have been compressed using OptiPNG (http://optipng.sourceforge.net/).


File

iconsets/glossy_shade/_ReadMe_.txt
View source
  1. +++++++++++++++++++++++++++
  2. + +
  3. + Glossy shade flag icons +
  4. + +
  5. +++++++++++++++++++++++++++
  6. Icon set for the Drupal module "Country Icons" (http://drupal.org/project/countryicons) 6.x-1.x.
  7. Version 2010-03-05
  8. Compiled by Robert Allerstorfer (http://drupal.org/user/405360)
  9. Installation
  10. ============
  11. Copy the "glossy_shade" folder into the module's "iconsets" directory.
  12. Usage
  13. =====
  14. To display a flag image, you could use a code similar like this, for example in your theme's "node.tpl.php" file:
  15. $my_countrycode_alpha2_lc = 'at';
  16. if ($my_countrycode_alpha2_lc == 'uk') {
  17. $my_countrycode_alpha2_lc = 'gb';
  18. }
  19. $my_countrycode_alpha2 = strtoupper($my_countrycode_alpha2_lc);
  20. if (module_exists('countryicons')) {
  21. print theme_countryicons_icon($my_countrycode_alpha2_lc, 'glossy_shade', $my_countrycode_alpha2, $my_countrycode_alpha2);
  22. }
  23. Image information
  24. =================
  25. Created by Nordic Factory (www.nordicfactory.com) in December 2009. Can be used freely.
  26. However, the creator asks to link to their website (http://www.nordicfactory.com/)
  27. on the site where these icons are being displayed!
  28. Source: http://www.nordicfactory.com/creative/illustrations/download-free-flag-set-in-png/
  29. (flag_set_256x256_glossy_shade.zip)
  30. Renamed files: "nm.png" -> "mm.png"
  31. "uk.png" -> "gb.png"
  32. "vh.png" -> "va.png"
  33. Added files: "bv.png" = copy of "no.png"
  34. "gf.png" = copy of "fr.png"
  35. "um.png" = copy of "us.png"
  36. Files for some countries are missing, including az, cc, cs, eh, gp, hm, mk, pe, ps, re, tf, tk.
  37. All images have been compressed using OptiPNG (http://optipng.sourceforge.net/).