Lines Matching refs:alt
219 * @param bool $alt Should feeds and alternative format links be added?
226 function tpl_metaheaders($alt = true) argument
288 if ($alt) {
1072 * @param string $alt alternative output if no data was found
1078 function tpl_img_getTag($tags, $alt = '', $src = null) argument
1084 if (is_null($src)) return $alt;
1089 if ($imgMeta === false) return $alt;
1091 if (!$info) return $alt;
1195 $alt = tpl_img_getTag('Simple.Title');
1204 if ($alt) {
1205 $p['alt'] = $alt;
1206 $p['title'] = $alt;