Plugin Directory

Changeset 775397


Ignore:
Timestamp:
09/19/2013 02:28:09 PM (13 years ago)
Author:
mohsinrasool
Message:

fixed short open tag requirement

Location:
full-screen-page-background-image-slideshow
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • full-screen-page-background-image-slideshow/tags/1.2/admin-settings.php

    r751646 r775397  
    149149                                         </li>
    150150                                         <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px;  background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;">
    151                                              <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Fwpdevsnippets&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=recommend&amp;height=21&amp;appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
     151                                             <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&amp;width=450&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;send=false&amp;appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
    152152                                         </li>
    153153                                         <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px;  background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;">
     
    156156                                         <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px;  background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;">
    157157                                            <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    158                                             <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com"></div>                                         
     158                                            <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com/full-screen-page-background-image-slideshow-plugin"></div>                                         
    159159                                         </li>
    160160                                    </ul>
  • full-screen-page-background-image-slideshow/tags/1.2/full-screen-background-image-slideshow.php

    r751646 r775397  
    5353?>
    5454    <div id="fsi-full-bg">
    55     <?  for($i=0; $i<count($images); $i++){   
     55    <?php  for($i=0; $i<count($images); $i++){   
    5656            if(empty($images[$i])) continue;
    5757     ?>
    58             <img src="<?=$images[$i]?>" />
    59     <?  } ?>
     58            <img src="<?php echo $images[$i];?>" />
     59    <?php  } ?>
    6060    </div>
    61 <?
     61<?php
    6262
    6363        if(get_option('fsi_overlay')== 1){
  • full-screen-page-background-image-slideshow/tags/1.2/inc/page-metabox.php

    r751646 r775397  
    6060        });
    6161    </script>
    62     <?
     62    <?php
    6363}
    6464
  • full-screen-page-background-image-slideshow/tags/1.2/inc/scripts.php

    r685324 r775397  
    4242<script type="text/javascript">
    4343jQuery(document).ready(function($) {
    44     <?   if($fsi_animation) {       ?>
     44    <?php   if($fsi_animation) {       ?>
    4545        window.fsi_interval = setInterval(fsi_slideshow,<?php echo $animationDelay*1000 ?>);
    46    <? } ?>
     46   <?php } ?>
    4747       function fsi_slideshow(){
    4848            $('#fsi-full-bg img.fsi_active').animate({opacity:0},<?php echo $animationDuration*100 ?>, function(){
     
    106106});
    107107</script>
    108 <?
     108<?php
    109109
    110110}
  • full-screen-page-background-image-slideshow/tags/1.2/inc/styles.php

    r685324 r775397  
    4040    width:100%;
    4141    z-index:-9;
    42     background:url(<? echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat;
     42    background:url(<?php echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat;
    4343}
    44 <? 
     44<?php
    4545    if(!$fsi_animation)
    4646        echo '#fsi-full-bg img:first-child{opacity:1}';
    4747?>
    4848</style>
    49 <?
     49<?php
    5050
    5151}
  • full-screen-page-background-image-slideshow/trunk/admin-settings.php

    r751646 r775397  
    149149                                         </li>
    150150                                         <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px;  background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;">
    151                                              <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffacebook.com%2Fwpdevsnippets&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=false&amp;font&amp;colorscheme=light&amp;action=recommend&amp;height=21&amp;appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
     151                                             <iframe src="https://plugins.trac.wordpress.org//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwpdevsnippets.com%2Ffull-screen-page-background-image-slideshow-plugin%2F&amp;width=450&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;send=false&amp;appId=493527070687256" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
    152152                                         </li>
    153153                                         <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px;  background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;">
     
    156156                                         <li style="padding-left: 30px; min-height:30px; min-height:30px;line-height: 30px;  background:transparent url(http://wpdevsnippets.com/plugin-images/icon_thumb_up.png) no-repeat scroll center left; text-decoration: none;">
    157157                                            <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    158                                             <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com"></div>                                         
     158                                            <div class="g-plusone" data-size="medium" data-href="http://wpdevsnippets.com/full-screen-page-background-image-slideshow-plugin"></div>                                         
    159159                                         </li>
    160160                                    </ul>
  • full-screen-page-background-image-slideshow/trunk/full-screen-background-image-slideshow.php

    r751646 r775397  
    5353?>
    5454    <div id="fsi-full-bg">
    55     <?  for($i=0; $i<count($images); $i++){   
     55    <?php  for($i=0; $i<count($images); $i++){   
    5656            if(empty($images[$i])) continue;
    5757     ?>
    58             <img src="<?=$images[$i]?>" />
    59     <?  } ?>
     58            <img src="<?php echo $images[$i];?>" />
     59    <?php  } ?>
    6060    </div>
    61 <?
     61<?php
    6262
    6363        if(get_option('fsi_overlay')== 1){
  • full-screen-page-background-image-slideshow/trunk/inc/page-metabox.php

    r751646 r775397  
    6060        });
    6161    </script>
    62     <?
     62    <?php
    6363}
    6464
  • full-screen-page-background-image-slideshow/trunk/inc/scripts.php

    r685324 r775397  
    4242<script type="text/javascript">
    4343jQuery(document).ready(function($) {
    44     <?   if($fsi_animation) {       ?>
     44    <?php   if($fsi_animation) {       ?>
    4545        window.fsi_interval = setInterval(fsi_slideshow,<?php echo $animationDelay*1000 ?>);
    46    <? } ?>
     46   <?php } ?>
    4747       function fsi_slideshow(){
    4848            $('#fsi-full-bg img.fsi_active').animate({opacity:0},<?php echo $animationDuration*100 ?>, function(){
     
    106106});
    107107</script>
    108 <?
     108<?php
    109109
    110110}
  • full-screen-page-background-image-slideshow/trunk/inc/styles.php

    r685324 r775397  
    4040    width:100%;
    4141    z-index:-9;
    42     background:url(<? echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat;
     42    background:url(<?php echo FSI_PLUGIN_URL?>/images/dot_overlay.png) repeat;
    4343}
    44 <? 
     44<?php
    4545    if(!$fsi_animation)
    4646        echo '#fsi-full-bg img:first-child{opacity:1}';
    4747?>
    4848</style>
    49 <?
     49<?php
    5050
    5151}
Note: See TracChangeset for help on using the changeset viewer.