1 <?php 2 function outer_shadow_start() { 3 global $cfg; 4 include('./templates/'.$cfg['theme'].'/outer_shadow_start.tpl'); 5 } 6 7 function outer_shadow_stop() { 8 global $cfg; 9 include('./templates/'.$cfg['theme'].'/outer_shadow_stop.tpl'); 10 } 11 ?>