Files
dnssash/theme/rd.laser/rb.custom/google_ads/config.php
T
2026-06-11 18:47:38 +09:00

15 lines
348 B
PHP

<?php
if (!defined('_GNUBOARD_')) exit;
/**
* rb.custom :: google_ads/config.php
* 구글 애드센스 출력 모듈 설정
*/
$google_ads_config = array(
// 기본적으로 출력할 광고 ID (관리자 페이지의 ga_id)
// module.php를 include할 때 $ga_id 변수로 덮어쓸 수 있습니다.
'default_ga_id' => 1,
);
?>