ref プラグインで出力する画像に対する alt 属性と title 属性に出力する内容をコントロールできるようにした。
default.ini.php
1
2
3
4
5
6
/////////////////////////////////////////////////
// Attributes "alt"" & "title" of <img> by plugin "ref"
// Can set "title", "name", "size", "exif" join by ","
// Please set "$this->cont['PLUGIN_REF_GET_EXIF'] = TRUE;" in "plugin_ref_init()" if you use "exif".
$root->ref_img_alt = 'title,name';
$root->ref_img_title = 'title,name,size';
keitai.ini.php
1
2
3
4
5
6
/////////////////////////////////////////////////
// Attributes "alt"" & "title" of <img> by plugin "ref"
// Can set "title", "name", "size", "exif" join by ","
// Please set "$this->cont['PLUGIN_REF_GET_EXIF'] = TRUE;" in "plugin_ref_init()" if you use "exif".
$root->ref_img_alt = '';
$root->ref_img_title = '';