web/CPV/config.php
changeset 988 954019f62866
parent 683 cd315f8c70e8
equal deleted inserted replaced
987:18cb05f027a0 988:954019f62866
     1 <?php
     1 <?php
     2 
     2 
     3 /**
     3 /**
     4  * Please edit all for your application registration / other details
     4  * Please edit all for your application registration / other details
     5  * 
     5  *
     6  */
     6  */
     7 
     7 
     8 $config = array(
     8 $config = array(
     9 
     9 
    10 	'hashtag'    => '#SNCP',
    10 	'hashtag'    => '#SNCP',
    47 
    47 
    48 	'div_height' => 670,
    48 	'div_height' => 670,
    49 	'player_width' => 650,
    49 	'player_width' => 650,
    50 	'player_height' => 500,
    50 	'player_height' => 500,
    51 );
    51 );
    52 
       
    53 ?>