first commit 2
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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,
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user