View file system/connections/cheader/AlphaVisualPhotos.php

File size: 274B
<?php
  
if (url_request_validate('/m/photos/show') == true){
  
  $type_bf = 'photos_user';

}elseif (REQUEST_URI == '/'){
  
  $type_bf = 'photos_top';
  
}else{
  
  $type_bf = 'photos_one';
  
}

?>
  
<div id='AVP_data' type='<?=$type_bf?>' style='display: none'></div>