[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/templates/subSilver/admin/ -> index_frameset.tpl (source)

   1  <html dir="{S_CONTENT_DIRECTION}">
   2  <head>
   3  <title>phpBB Administration</title>
   4  <meta http-equiv="Content-Type" content="text/html;">
   5  </head>
   6  
   7  <frameset cols="170,*" rows="*" border="2" framespacing="0" frameborder="yes"> 
   8    <frame src="{S_FRAME_NAV}" name="nav" marginwidth="3" marginheight="3" scrolling="auto">
   9    <frame src="{S_FRAME_MAIN}" name="main" marginwidth="10" marginheight="10" scrolling="auto">
  10  </frameset>
  11  
  12  <noframes>
  13      <body bgcolor="#FFFFFF" text="#000000">
  14          <p>Sorry, your browser doesn't seem to support frames</p>
  15      </body>
  16  </noframes>
  17  </html>


Generated: Mon Jan 14 19:21:40 2013 Cross-referenced by PHPXref 0.7.1