Hi there,
I try to understand how to apply event recalling.
I'd like to have this:
<a href="code<?php echo $key; ?>" name="modal" title="aaaa" class="rightIMG"><img src="<?php echo $this->baseUrl ?>/public/img/icons/actions/info.png" alt="" /></a>
// name=modal is called by javascript to display window with included file.
On every page, not just the first one. I must say, that FAQ:Events doesn't say much to me.
I'm using:
js/morris/morris.min.js
js/modal-window/custom.js
I try to understand how to apply event recalling.
I'd like to have this:
<a href="code<?php echo $key; ?>" name="modal" title="aaaa" class="rightIMG"><img src="<?php echo $this->baseUrl ?>/public/img/icons/actions/info.png" alt="" /></a>
// name=modal is called by javascript to display window with included file.
On every page, not just the first one. I must say, that FAQ:Events doesn't say much to me.
I'm using:
js/morris/morris.min.js
js/modal-window/custom.js