I have a quick question. What’s the difference between what is contained in a file such as right_col.phtml and creating pages in admin? For example, in right_col.phtml, it says:
<!-- <div class="box">
<img src="<?php echo $this->getSkinUrl('images/media/col_right_callout.jpg') ?>” width="195" alt="<?php echo $this->__('Keep your eyes open for our special Back to School items and save A LOT!') ?>” style="display:block;" />
</div> -->
Does this mean that if I were to create a page in admin, I’d have to name the image in the right column ‘col_right_callout.jpg’ (ignoring the “Keep you eyes.... part)?