2010-04-18, 01:21:04
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:
To this:
I haven’t tested this but it should work.
Code:
<li><a class="theme" href="theme.php" accesskey="t" ><?php echo $i18n['TAB_THEME'];?></a></li>
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!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!