Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable page with Choose Theme
#1
I often using page with theme components, but for open its I must twice click: Theme -> Edit Components.

When Im tired to do it, I opened admin/theme.php; comment all code and add
Quote:header ("Location: /admin/components.php");

Now Im click on Theme tub and instantly get to Theme Components.

I hope it might help someone.
Reply
#2
A better way to do this, without disabling the complete theme page, is to just link the “Theme” tab to the components page. Open /admin/template/include-nav.php and edit line 29:
Code:
<li><a class="theme" href="theme.php" accesskey="t" ><?php echo $i18n['TAB_THEME'];?></a></li>
To this:
Code:
<li><a class="theme" href="components.php" accesskey="t" ><?php echo $i18n['TAB_THEME'];?></a></li>

I haven’t tested this but it should work.
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply




Users browsing this thread: 1 Guest(s)