lcars/admin/template/sidebar-settings.php
kjodle 9ff50bd47d LCARS GetSimple Template
LCARS is a template for the GetSimple CMS that mimics the monitor
appearance in the television series Star Trek: The Next Generation
2015-10-18 12:03:50 -04:00

16 lines
594 B
PHP

<?php
/**
* Sidebar Settings Template
*
* @package GetSimple
*/
?>
<ul class="snav">
<li id="sb_settings" ><a href="settings.php" accesskey="<?php echo find_accesskey(i18n_r('SIDE_GEN_SETTINGS'));?>" <?php check_menu('settings'); ?> ><?php i18n('SIDE_GEN_SETTINGS'); ?></a></li>
<li id="sb_settingsprofile" ><a href="settings.php#profile" accesskey="<?php echo find_accesskey(i18n_r('SIDE_USER_PROFILE'));?>" ><?php i18n('SIDE_USER_PROFILE'); ?></a></li>
<?php exec_action("settings-sidebar"); ?>
</ul>
<?php if(get_filename_id()==='settings') { ?>
<p id="js_submit_line" ></p>
<?php } ?>