sorry, maybe I explained myself not so clear I will try again:

1. I intalled: nnez_flo_20061013
Then, I've tried this code (I put into tpl_header.php of
template_default) :
<?php echo get_flashed('bg_header_right','900','260'); ?>

And it works perfectly in Classic Contemporary Green
template.

But when i am swiching into my custom template it shows
header pic as it was before(nothing changed, flash didn't
work).


2. I noticed some differences in the structure of my CSS files and tpl_header.php(custom template tpl, not default one):

(a) There is a only one stylesheet.css file in Classic
Contemporary Green template. But in my template there are
6 not one *.css files:

print_stylesheet.css
stylesheet.css
stylesheet_boxes.css
stylesheet_css_buttons.css
stylesheet_main.css
stylesheet_tm.css


AND one of them (stylesheet_tm.css) contains line regarding
to my site header(bg_header_right.jpg).

Here, the part of my stylesheet_tm.css, relating to the
header:
...
#header .bg_header_right{
background:
url(../images/bg_header_right.jpg
) right 0 no-repeat; width:100%;
height:313px;}
...

(b) About tpl_header.php:
this is a part from my template tpl_header.php file:
<div id="header">
<div class="bg_header_left">
<div class="bg_header_right"> <?php echo
get_flashed('bg_header_right','900','260'); ?>

<div class="row">
<div class="links">
....
</div>

MY QUESTION:
WHERE SHOULD I PUT THIS CODE:

<?php echo get_flashed('bg_header_right','900','260'); ?>

AND SHOULD I CHANGE ANYTHING THAN TPL_HEADER.PHP FILE???

THANK YOU VERY MUCH FOR YOUR HELP. I still hope for some reply!!!