Show
Ignore:
Timestamp:
07/21/08 19:18:07 (5 months ago)
Author:
sidtheduck
Message:

+ Fix for ticket #160 - cruft-free pagination
+ Couple of miscellaneous syntax edits

Files:
1 modified

Legend:

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

    r555 r563  
    3939        $tabs['options']        = array('url' => 'plog-options.php','caption' => plog_tr('<em>O</em>ptions')); 
    4040        $tabs['themes']         = array('url' => 'plog-themes.php','caption' => plog_tr('<em>T</em>hemes')); 
    41         $tabs['view']           = array('url' => $config['gallery_url'],'caption' => plog_tr('<em>V</em>iew'), 'onclick' => 'return GB_show(\'Live Gallery\', \''.$config['baseurl'].'\', 600, 800)'); 
     41        $tabs['view']           = array('url' => $config['gallery_url'],'caption' => plog_tr('<em>V</em>iew'), 'onclick' => 'return GB_show(\'Live Gallery\', \''.$config['gallery_url'].'\', 600, 800)'); 
    4242        $tabs['support']        = array('url' => 'http://www.plogger.org/forum/','caption' => plog_tr('<em>S</em>upport'), 'onclick' => 'return GB_show(\'Plogger Support Forum\', \'http://www.plogger.org/forum/\', 700, 800)'); 
    4343        $tabs['logout']         = array('url' => $_SERVER["PHP_SELF"].'?action=log_out','caption' => plog_tr('<em>L</em>og out'));