Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 15

CurtisOdenSystemalexey_ivanesericgillettemcdjmcdj422 +9 guests

Base_Render_Before Standard="1"

@Tim
I've got a questions about public function Base_Render_Before(&$Sender)
It produces <ul id="Menu"><li Standard="1" class=" Highlight"><a href="/discuss…

I see your name in the code . .can you help?
I'd like to get rid of the standard="1" bit, as it is not compliant.
below is the code I am using to generate the menu

<?php
$Session = Gdn::Session();
if ($this->Menu) {
$this->Menu->AddLink('Activity', T('Activity'), '/activity');
$Authenticator = Gdn::Authenticator();
....
?>

I shortened the code bit as it make THIS forum looks ugly :)

Comments

Sign In or Register to comment.