[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE simple_header.html --> 2 3 <script type="text/javascript"> 4 // <![CDATA[ 5 var form_name = opener.form_name; 6 var text_name = opener.text_name; 7 // ]]> 8 </script> 9 <!-- INCLUDEJS {T_ASSETS_PATH}/javascript/editor.js --> 10 11 <h2>{L_SMILIES}</h2> 12 <div class="panel"> 13 <div class="inner"> 14 <!-- BEGIN smiley --> 15 <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> 16 <!-- END smiley --> 17 18 </div> 19 </div> 20 <!-- IF .pagination --> 21 <div class="pagination"> 22 <!-- INCLUDE pagination.html --> 23 </div> 24 <!-- ENDIF --> 25 <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> 26 27 <!-- INCLUDE simple_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |