Lines Matching defs:alt
218 * @param bool $alt Should feeds and alternative format links be added?
225 function tpl_metaheaders($alt = true)
287 if ($alt) {
1068 * value is found. If no value is found $alt is returned.
1077 * @param string $alt alternative output if no data was found
1083 function tpl_img_getTag($tags, $alt = '', $src = null)
1089 if (is_null($src)) return $alt;
1094 if ($imgMeta === false) return $alt;
1096 if (!$info) return $alt;
1213 $alt = tpl_img_getTag('Simple.Title');
1222 if ($alt) {
1223 $p['alt'] = $alt;
1224 $p['title'] = $alt;
1226 $p['alt'] = '';
1267 $p['alt'] = '';
1641 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>';