Changeset 18273

Show
Ignore:
Timestamp:
09/08/07 01:08:27 (10 months ago)
Author:
Yosemite
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • about-me-widget/tags/0.98/aboutme.php

    r18272 r18273  
    22/* 
    33Plugin Name: About Me widget 0.98 
    4 Plugin URI: http://www.samdevol.com/about-me-widget-for-wordpress 
     4Plugin URI: http://samdevol.com/about-me-widget-for-wordpress 
    55Description: Adds an "About Me" widget to your sidebar 
    66Author: Samuel Devol 
    77Version: 0.98 
    8 Author URI: http://www.samdevol.com 
     8Author URI: http://samdevol.com 
    99Tips: Having problems with your image? Make sure it is in /wp-content/uploads/  
    1010*/ 
     
    1818                  $newoptions = array( 
    1919                        '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', 
    2121                        'imgw' => '120', 
    2222                        'imgh' => '150', 
     
    2424                        'fontcolor'=>'#888', 
    2525                        'blurb'=>'Who the Hell are you?',  
    26                         'moreabout'=>'http://www.samdevol.com/about-sam',  
     26                        'moreabout'=>'http://samdevol.com/about-sam',  
    2727                        'moretitle'=>'Work Background',  
    28                         'contactme'=>'http://www.samdevol.com/contact',  
     28                        'contactme'=>'http://samdevol.com/contact',  
    2929                        'contacttitle'=>'Contact Me',  
    3030                        'alignall'=>'center', 
     
    8181            $alignall = htmlspecialchars($options['alignall'], ENT_QUOTES); 
    8282            $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>';            
    8484            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>'; 
    8585            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>';