Author Topic: {cp_link}  (Read 4045 times)

0 Members and 1 Guest are viewing this topic.

Offline Optimum

  • Newbie
  • *
  • Posts: 26
    • View Profile
{cp_link}
« on: March 22, 2006, 10:42:52 AM »
Hi,

where can I modify this? I'd like to open the CP in a blank new window.
I've tried in user_logininfo.html, but it doesn't seem to work:
Quote
<table width="100%" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td valign="top" align="left">
     {lang_loggedin_msg}<br />
      <br />
     &raquo; <a href="{url_control_panel}" target="_blank">{lang_control_panel}</a><br />
      &raquo; <a href="{url_logout}">{lang_logout}</a><br>
      <br>
    </td>
  </tr>
</table>

And aditional question if I may.
Since I removed the login section of my pages, I'd like to add "Logout" to "Control Panel" link, only visible when loged in.
Aditionaly I'd like to add "Login" link to the same place as "control panel" link, but visible only when not logged it.
Can this be done?

TIA!
Mat

Offline Optimum

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: {cp_link}
« Reply #1 on: March 22, 2006, 12:07:44 PM »
Found it.. /include/page_header.php

Now to find those missing links and I'm set :)
Almost :D