Jump to content

Portal Template


Inetbiz

Recommended Posts

footer.tpl controls content on the right side in portal in the light blue area. If I want a copyright, tos, privacy row shown on every page at the bottom, how would I go about creating an extra row that shows white on the left and the blue retangle on the right and put my stuff at the bottom of the white area on the left? :?::?::?:

Link to comment
Share on other sites

Here's what I tried:

 <p class="header">{$LANG.knowledgebasesearch}</p>
<form method="post" action="knowledgebase.php?action=search">
 <p>
   <input name="search" type="text" size="25" /><br />
   <select name="searchin">
     <option value="Knowledgebase">{$LANG.knowledgebasetitle}</option>
     <option value="Downloads">{$LANG.downloadstitle}</option>
   </select> 
   <input type="submit" value="{$LANG.go}" />
 </p>
</form>
{/if}
 </div>
 <div class="clear"></div>

<table>
   <tr>
       <td>cell 1</td>
       <td><div id = "side_menu">cell 2</div></td>
   </tr>
</table>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxxxx");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>

Link to comment
Share on other sites

 <p class="header">Search</p>
<form method="post" action="knowledgebase.php?action=search">
 <p>
   <input name="search" type="text" size="25" /><br />
   <select name="searchin">
     <option value="Knowledgebase">Knowledgebase</option>
     <option value="Downloads">Downloads</option>
   </select> 
   <input type="submit" value="Go" />
 </p>
</form>
 </div>
 <div class="clear"></div>

<table>
   <tr colspan=2>
       <td>cell 1</td>
       <td><div id = "sidemenu">cell 2</div></td>
   </tr>

</table>
</div>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-xxxxxxxxxx");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated