Ignore:
Timestamp:
May 28, 2011, 11:55:12 AM (13 years ago)
Author:
Mattias
Message:

Serveral bug fixes in main.inc.php, maintain.inc.php, admin.php
Added link to the CR_name (image.php)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/image.php

    r11076 r11084  
    3030        <tr id="Copyrights_name">
    3131                <td class="label">Copyright</td>
    32                 <td class="value">{$CR_INFO_NAME}</td>
     32                <td class="value">
     33                        <a target="_blanc" href="{$CR_INFO_URL}" title="{$CR_INFO_NAME}">{$CR_INFO_NAME}</a>
     34                </td>
    3335        </tr>
    3436        <tr id="datecreate">';
    35         // "Copyright" is nog hardcoded
     37        // "Copyright" label is nog hardcoded - moet een @translate achter van de smarty, maar dat laat ik maar aan Johan over =P
    3638
    3739        return preg_replace($search, $replacement, $content);
Note: See TracChangeset for help on using the changeset viewer.