Changeset 64 for trunk/View.php


Ignore:
Timestamp:
Apr 14, 2022, 9:49:44 PM (2 years ago)
Author:
chronos
Message:
  • Added: MG Dance import.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/View.php

    r63 r64  
    5858    while ($Page)
    5959    {
    60       $Output = ' &gt; <a href="'.$this->System->Link($ScriptName).'/">'.$Page->ShortTitle.'</a>'.$Output;
     60      $Output = ' &gt; <a href="'.$this->System->Link($ScriptName).'/">'.$Page->Title.'</a>'.$Output;
    6161
    6262      if (class_exists($Page->ParentClass))
Note: See TracChangeset for help on using the changeset viewer.