Lines Matching refs:alt
218 * @param bool $alt Should feeds and alternative format links be added?
225 function tpl_metaheaders($alt = true) argument
287 if ($alt) {
1077 * @param string $alt alternative output if no data was found
1083 function tpl_img_getTag($tags, $alt = '', $src = null) argument
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;