示例#1
0
文件: init.php 项目: ATS001/PRSIT
function fl($get)
{
    $get = delaccent($get);
    $get = preg_replace('/([^a-z0-9]+)/i', '_', $get);
    return $get;
}
示例#2
0
文件: photo_v.php 项目: ATS001/PRSIT
<li  class="one_quarter <?php 
                    echo $first;
                    ?>
">

             <a class="group4" data-lightbox-gallery="gallery1" href="upload/album/<?php 
                    echo $id;
                    ?>
/<?php 
                    echo $fichier;
                    ?>
" title="<?php 
                    echo delaccent($title);
                    ?>
"><?php 
                    echo criimg($imagefile, 213, 213, 'png', delaccent($title), 'borderedbox');
                    ?>
 </a></li>
            
         
         <?php 
                    $f++;
                }
            }
            closedir($dossier);
        }
        ?>
</ul>  </article>
        </figure>
      </div>
      <!-- ################################################################################################ --> 
示例#3
0
            ?>
 
         
<li  class="one_quarter <?php 
            echo $first;
            ?>
">

             <a class="group4" data-lightbox-gallery="gallery1" href="photo-<?php 
            echo $row->id;
            ?>
.html" title="<?php 
            echo delaccent($row->titre);
            ?>
"><?php 
            echo criimg($imagefile, 213, 213, 'png', delaccent($row->titre), 'borderedbox');
            ?>
 </a></li>
           
         
         <?php 
            $f++;
        }
    }
    $pagination->render();
    ?>
</ul>  </article>
        </figure>
      </div>
      <!-- ################################################################################################ --> 
      <!-- ################################################################################################ -->