Changeset 18273
- Timestamp:
- 09/08/07 01:08:27 (10 months ago)
- Files:
-
- about-me-widget/tags/0.98/aboutme.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
about-me-widget/tags/0.98/aboutme.php
r18272 r18273 2 2 /* 3 3 Plugin Name: About Me widget 0.98 4 Plugin URI: http:// www.samdevol.com/about-me-widget-for-wordpress4 Plugin URI: http://samdevol.com/about-me-widget-for-wordpress 5 5 Description: Adds an "About Me" widget to your sidebar 6 6 Author: Samuel Devol 7 7 Version: 0.98 8 Author URI: http:// www.samdevol.com8 Author URI: http://samdevol.com 9 9 Tips: Having problems with your image? Make sure it is in /wp-content/uploads/ 10 10 */ … … 18 18 $newoptions = array( 19 19 'title'=>'About Me', 20 'imguri'=>'http:// www.samdevol.com/wp-content/uploads/sam_smallbw.png',20 'imguri'=>'http://samdevol.com/wp-content/uploads/sam_smallbw.png', 21 21 'imgw' => '120', 22 22 'imgh' => '150', … … 24 24 'fontcolor'=>'#888', 25 25 'blurb'=>'Who the Hell are you?', 26 'moreabout'=>'http:// www.samdevol.com/about-sam',26 'moreabout'=>'http://samdevol.com/about-sam', 27 27 'moretitle'=>'Work Background', 28 'contactme'=>'http:// www.samdevol.com/contact',28 'contactme'=>'http://samdevol.com/contact', 29 29 'contacttitle'=>'Contact Me', 30 30 'alignall'=>'center', … … 81 81 $alignall = htmlspecialchars($options['alignall'], ENT_QUOTES); 82 82 $imgalign = htmlspecialchars($options['imgalign'], ENT_QUOTES); 83 echo '<ul><li style="text-align:center;list-style: none;"><label for="aboutme-title">About Me v0.98 -- A simple About Me widget<br />by <a href="http:// www.samdevol.com">Samuel Devol</a></label></li>';83 echo '<ul><li style="text-align:center;list-style: none;"><label for="aboutme-title">About Me v0.98 -- A simple About Me widget<br />by <a href="http://samdevol.com">Samuel Devol</a></label></li>'; 84 84 echo '<li style="list-style: none;"><label for="aboutme-title">Title: <input style="width: 100%;" id="aboutme-title" name="aboutme-title" type="text" value="'.$title.'" /> </label></li>'; 85 85 echo '<li style="list-style: none;"><label for="aboutme-alignall">Alignment: (left, center, right)<input style="width: 100%;" id="aboutme-title" name="aboutme-alignall" type="text" value="'.$alignall.'" /> </label></li>';
