OldManRiver

Footer Legal requirement code/disply

Oct 16th, 2020 (edited)
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.93 KB | None | 0 0
  1. Here in basic HTML is the code needed to display in every songle web page on every single web-site worldwide, as legally required by the IISC.
  2.  
  3. <?php
  4.     /*********************************************************/
  5.     /* Footer Display Template                               */
  6.     /* Contains standard footer content, the new legally     */
  7.     /* required footer content and the closing of divs for   */
  8.     /* the #main and #page div elements.                            */
  9.     /*********************************************************/
  10.     /* @package WordPress                                               */
  11.     /* @subpackage Twenty_Fourteen_Child                            */
  12.     /* @Certified Developer:  Webs-R-Us                             */
  13.     /*********************************************************/
  14. ?>
  15. <html>
  16.     <table width=45% align='center'>
  17.         <tr>
  18.             <td align='right'><b>Site Owner:</b></td>
  19.             <td>BigD Enterprises</td>
  20.             <td align='right'><b>Compliance:</b></td>
  21.             <td><a href="https://mylink/comp/">Click Here</a></td>
  22.         </tr>
  23.  
  24.         <tr>
  25.             <td align='right'><b>Address:</b></td>
  26.             <td>6001 Belgrade</td>
  27.             <td align='right'><b>Privacy:</b></td>
  28.             <td><a href="https://mylink/privacy/">Click Here</a></td>
  29.         </tr>
  30.  
  31.         <tr>
  32.             <td align='right'><b>City, ST, Zip:</b></td>
  33.             <td>Dallas, TX 75227</td>
  34.             <td align='right'><b>Site Developer:</b></td>
  35.             <td><a href="http://ourlink">Webs-R-Us</a></td>
  36.         </tr>
  37.  
  38.         <tr>
  39.             <td align='right'><b>Phone:</b></td>
  40.             <td>214.769.8711</td>
  41.             <td align='right'><b>IISC Reg#:</b></td>
  42.             <td>10025</td>
  43.         </tr>                                                  
  44.  
  45.         <tr>
  46.             <td align='right'><b>EMail:</b></td>
  47.             <td><a href="mailto:''">Click Here</a></td>
  48.             <td align='right'><b>IISC Cert#:</b></td>
  49.             <td>191001-0001</td>
  50.         </tr>                                                  
  51.     </table>               
  52. </html>
  53.  
  54. This is from my current project and you have to change the values to your own project.  Notice you, as a developer, must now be registered and certified or it is a 20 yr felony for you to take any monies for development as you are not "LICENSED".
Add Comment
Please, Sign In to add comment