Posted by protools on April 14, 2011 at 9:05pm
2 followers
Jump to:
| 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:
<?phpif (isset($teaser)):
?>
#2
#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.