Changeset 4287

Show
Ignore:
Timestamp:
Sun Jan 8 20:15:38 2006
Author:
paul
Message:

Fixed invalid link for the case when there are no article types.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/implementation/management/priv/articles/add.php

    r4122 r4287  
    50 50         <?php putGS("No article types were defined. You must create an article type first."); ?>  
    51 51         </font>  
    52           <p><b><a href="/<?php echo $ADMIN; ?>/a_types/"><?php putGS("Edit article types"); ?></a></b></p>  
      52         <p><b><a href="/<?php echo $ADMIN; ?>/article_types/"><?php putGS("Edit article types"); ?></a></b></p>  
    52 52         </td>  
    53 53     </tr>