Show
Ignore:
Timestamp:
07/17/08 19:26:13 (4 months ago)
Author:
sidtheduck
Message:

+ Slideshow fixes and javascript redirect to album view at end of slideshow (instead of repeat)
+ Miscellaneous small syntax edits

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-admin/plog-manage.php

    r558 r561  
    5858                } 
    5959 
    60                 $output .= "\n\t\t\t\t<option value=\"".$album_id."\"$selected>".SmartStripSlashes($album['collection_name']).": ".SmartStripSlashes($album['album_name'])."" ; 
     60                $output .= "\n\t\t\t\t<option value=\"".$album_id."\"".$selected.">".SmartStripSlashes($album['collection_name']).": ".SmartStripSlashes($album['album_name'])."" ; 
    6161                $output .= "</option>"; 
    6262        } 
     
    7575                        $collection = get_collection_by_id($id); 
    7676                        $collection_name = SmartStripSlashes($collection["name"]); 
    77                         $breadcrumbs = '<a href="'.$_SERVER["PHP_SELF"].'">' . plog_tr('Collections') . '</a> &raquo; ' . "<strong>$collection_name</strong>"; 
     77                        $breadcrumbs = '<a href="'.$_SERVER["PHP_SELF"].'">' . plog_tr('Collections') . '</a> &raquo; ' . "<strong>".$collection_name."</strong>"; 
    7878 
    7979                break;