Changeset 935282
- Timestamp:
- 06/19/2014 06:05:34 PM (12 years ago)
- Location:
- oypie/trunk
- Files:
-
- 3 edited
-
oypie.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oypie/trunk/oypie.php
r934667 r935282 4 4 Plugin URI: http://sanderonlinemedia.nl/oypie; 5 5 Description: This plugin is for photographers who use the service 'OYPO'. In this plugin you can generate shortcodes for your pages and posts. The shortcode generator can you find under 'Tools' > 'SanderOnline'. 6 Version: 0. 86 Version: 0.9 7 7 Author: SanderOnline Media / Sander Dijkstra 8 8 Author URI: http://sander-dijkstra.nl/ -
oypie/trunk/readme.txt
r934667 r935282 32 32 == Changelog == 33 33 34 = 0.9 = 35 Bugfix for color function 36 34 37 = 0.8 = 35 38 Added color function and bugfix for whitelabel store -
oypie/trunk/shortcode.php
r934667 r935282 67 67 $colors = explode(' ', $colors); 68 68 69 $out_colors['1'] = "var kleur1=' ".$colors[0]."';69 $out_colors['1'] = "var kleur1='#".$colors[0]."'; 70 70 "; 71 $out_colors['2'] = "var kleur2=' ".$colors[1]."';71 $out_colors['2'] = "var kleur2='#".$colors[1]."'; 72 72 "; 73 $out_colors['3'] = "var kleur3=' ".$colors[2]."';73 $out_colors['3'] = "var kleur3='#".$colors[2]."'; 74 74 "; 75 $out_colors['4'] = "var kleur4=' ".$colors[3]."';75 $out_colors['4'] = "var kleur4='#".$colors[3]."'; 76 76 "; 77 $out_colors['5'] = "var kleur5=' ".$colors[4]."';77 $out_colors['5'] = "var kleur5='#".$colors[4]."'; 78 78 "; 79 $out_colors['6'] = "var kleur6=' ".$colors[5]."';79 $out_colors['6'] = "var kleur6='#".$colors[5]."'; 80 80 "; 81 81
Note: See TracChangeset
for help on using the changeset viewer.