Skip to content

Cms entry point framework #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: CMS-EntryPoint-Class
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated sample switcher: supports custom samples
  • Loading branch information
TRPB committed Oct 6, 2017
commit 40924a5f58d32e4a91c88c72725457f74c765ccd
1 change: 1 addition & 0 deletions public/samples/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@

$branch = trim($branch, " \t*");
$branch = str_replace('origin/', '', $branch);
$branch = str_replace('remotes/', '', $branch);

$class =$branch == $branchName ? 'current' : '';

Expand Down