[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE simple_header.html --> 2 3 <script> 4 var form_name = opener.form_name; 5 var text_name = opener.text_name; 6 </script> 7 <!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js --> 8 9 <h2>{L_SMILIES}</h2> 10 <div class="panel"> 11 <div class="inner"> 12 <!-- BEGIN smiley --> 13 <a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> 14 <!-- END smiley --> 15 16 </div> 17 </div> 18 <!-- IF .pagination --> 19 <div class="pagination"> 20 <!-- INCLUDE pagination.html --> 21 </div> 22 <!-- ENDIF --> 23 <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> 24 25 <!-- INCLUDE simple_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |