Advertisement
Guest User

Dispaly - MainPage - Three Boxes

a guest
Mar 17th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.87 KB | None | 0 0
  1. $placeholder_image1 = get_bloginfo('template_url').'/files/e-commerce_280x124.jpg';
  2.         $placeholder_image2 = get_bloginfo('template_url').'/files/marketing_280x124.jpg';
  3.         $placeholder_image3 = get_bloginfo('template_url').'/files/ipad_280x124.jpg';
  4.        
  5.         $placeholder_image1 = kriesi_build_image(array('url'=>$placeholder_image1,'height'=>'124','width'=>'280'));
  6.         $placeholder_image2 = kriesi_build_image(array('url'=>$placeholder_image2,'height'=>'124','width'=>'280'));
  7.         $placeholder_image3 = kriesi_build_image(array('url'=>$placeholder_image3,'height'=>'124','width'=>'280'));
  8.        
  9.         echo    '<a href="http://webtransit.mobi/atlanta-e-commerce-more">';
  10.         $placeholder[1] = $placeholder_image1.'</a><h3>E Commerce:</h3><p>E-Commerce includes web and mobile sites. You have to be everywhere. We understand the interface, gateway, merchant services, and how it all works.<br /><a style="width:100px;" href="http://webtransit.mobi/atlanta-e-commerce-more">We help you sell online</a></p>';
  11.        
  12.  
  13.         echo    '<a href="http://webtransit.mobi/atlanta-online-marketing">';
  14.         $placeholder[2] = $placeholder_image2.'</a><h3>Internet Marketing:</h3><p>Web, mobile, local, email, iPad, Android, etc. You need to use everything at your disposal to drive sales.<br /><a href="http://webtransit.mobi/atlanta-online-marketing">We get customers to your store</a></p>';
  15.         //class for link used to be class="more-link", removing this allowed the link
  16.         //to be all on one line instead 12 ( or whatev) characters per line.
  17.        
  18.         echo    '<a href="http://webtransit.mobi/atlanta-ipad-development-more">';
  19.         $placeholder[3] = $placeholder_image3.'</a><h3>iPad / Mobile Development:</h3><p>The web is moving to your handheld device, at an alarming rate. There are more searches coming from mobile devices than ever before. <a  href="http://webtransit.mobi/atlanta-ipad-development-more">We help you get your mobile going.</a>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement