No worries, had a look around the core files and found how to make this happen. are there any docs/tuts on setting up a custom cp ‘theme’ so I can remove my edits from the core files?
Thanks.
in case anyones is wondering
I added the code from the user menu after Line 132(ish) of
system > ee > EllisLab > Expressionengine > View > _shared > header.php
<?php foreach($cp_quicklinks as $link): ?>
<li>
<a href="http://<?=$linklink">?>"]<?=$link['title']?></a>
</li>
<?php endforeach ?>
<li>
<a class="last add">make('members/profile/quicklinks/create', array('id' => ee()->session->userdata('member_id'), 'url' => ee('CP/URL')->getCurrentUrl()->encode(), 'name' => $cp_page_title))?>"><?=lang('new_link')?></a>
</li>
Hope it’s ok to post this. (not recomended editing core files)
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.