Download & Extend

teaser customization

Project:Omega
Version:7.x-2.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

when i use constrution:

<?php
if ($teaser):
?>

......
<?php
endif;
?>

i have Notice: Undefined variable: teaser in include()

Comments

#1

closed

must:

<?php
if (isset($teaser)):
?>

#2

Status:active» closed (fixed)

#3

How would i customize the texanomies teaser? Lets say that i have a thumbnails? how would i display only one? I have more than one image uploaded.

nobody click here