Changeset 561 for trunk/plog-admin/plog-manage.php
- Timestamp:
- 07/17/08 19:26:13 (4 months ago)
- Files:
-
- 1 modified
-
trunk/plog-admin/plog-manage.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-admin/plog-manage.php
r558 r561 58 58 } 59 59 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'])."" ; 61 61 $output .= "</option>"; 62 62 } … … 75 75 $collection = get_collection_by_id($id); 76 76 $collection_name = SmartStripSlashes($collection["name"]); 77 $breadcrumbs = '<a href="'.$_SERVER["PHP_SELF"].'">' . plog_tr('Collections') . '</a> » ' . "<strong> $collection_name</strong>";77 $breadcrumbs = '<a href="'.$_SERVER["PHP_SELF"].'">' . plog_tr('Collections') . '</a> » ' . "<strong>".$collection_name."</strong>"; 78 78 79 79 break;
