얼렁뚱땅코드/그누보드

하나의 스킨이용시 게시판마다 이미지를 다르게 사용하고싶을 때

얼렁뚱땅 디자이너 2020. 9. 18. 16:01

www/head.php

www/theme/head.php 원하는 곳에 적용

<?php
	if($bo_table=='gallery') { ?>
		<div class="sub_title" title="<?php echo get_text($g5['title']); ?>">
        	<img src="<?=G5_IMG_URL?>/sub_title31_01.png"/>
        </div>
	<?php  } 
		else if($bo_table=='free') { ?>
		<div class="sub_title" title="<?php echo get_text($g5['title']); ?>">
        	<img src="<?=G5_IMG_URL?>/sub_title41_01.png"/>
		</div>
<?php } ?>