Remove "Sort by" on thumbnails.php Remove "Sort by" on thumbnails.php
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Remove "Sort by" on thumbnails.php

Started by Sacrem, June 11, 2005, 11:12:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sacrem

How can I remove the ascending/descending stuff on the thumbnails.php page when viewing?

$lang_thumb_view = array(
  'date' => 'DATE',
  //Sort by filename and title
  'name' => 'FILE NAME',
  'title' => 'TITLE',
  'sort_da' => 'Sort by date ascending',
  'sort_dd' => 'Sort by date descending',
  'sort_na' => 'Sort by name ascending',
  'sort_nd' => 'Sort by name descending',
  'sort_ta' => 'Sort by title ascending',
  'sort_td' => 'Sort by title descending',


That's in the language file, but where can I remove it itself?

Thanks for your help :)

Sacrem

found it already in the theme.php  ;D

::)

SOLVED :P

michiel

hi sacrem; what exactly did you do in the theme file?