Advertisement
Guest User

FusionPBX Custom Site Wallpaper with Custom Global Fallback

a guest
Sep 10th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.42 KB | None | 0 0
  1. <!-- Custom wallpaper with custom fallback -->
  2.  
  3. <bg bg.color.selection="2,1"
  4.  
  5.     {if fopen("https://dl.example.com/wallpaper/{$domain_name}/320x240-site-custom.jpg","r")}
  6.         bg.color.bm.1.name="https://dl.example.com/wallpaper/{$domain_name}/320x240-site-custom.jpg"
  7.     {else}
  8.         bg.color.bm.1.name="https://dl.example.com/wallpaper/320x240-global-custom-default.jpg"
  9.     {/if}
  10. />
  11.  
  12. <!------------------------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement