Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azurecurve committed Mar 24, 2019
1 parent 442399c commit decf694
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pluginmenu/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function azrcrv_plugin_menu(){
echo "<div style='display: block;'><h3>Active Plugins</h3>";
echo "<span class='azrcrv-plugin-index'>";
if (is_plugin_active('azrcrv-add-twitter-cards/azrcrv-add-twitter-cards.php')){
echo "<a href='admin.php?page=azrcrv-a' class='azrcrv-plugin-index'>Add Twitter Cards</a>";
echo "<a href='admin.php?page=azrcrv-atc' class='azrcrv-plugin-index'>Add Twitter Cards</a>";
}
if (is_plugin_active('azrcrv-avatars/azrcrv-avatars.php')){
echo "<a href='admin.php?page=azrcrv-a' class='azrcrv-plugin-index'>Avatars</a>";
Expand Down Expand Up @@ -80,14 +80,17 @@ function azrcrv_plugin_menu(){
echo "<a href='admin.php?page=azrcrv-ffi' class='azrcrv-plugin-index'>Floating Featured Image</a>";
}
if (is_plugin_active('azrcrv-icons/azrcrv-icons.php')){
echo "<a href='admin.php?page=azrcrv-f' class='azrcrv-plugin-index'>Icons</a>";
echo "<a href='admin.php?page=azrcrv-i' class='azrcrv-plugin-index'>Icons</a>";
}
if (is_plugin_active('azrcrv-images/azrcrv-images.php')){
echo "<a href='admin.php?page=azrcrv-im' class='azrcrv-plugin-index'>Images</a>";
}
if (is_plugin_active('azrcrv-insult-generator/azrcrv-insult-generator.php')){
echo "<a href='admin.php?page=azrcrv-ig' class='azrcrv-plugin-index'>Insult Generator</a>";
}
if (is_plugin_active('azrcrv-loop-advert-injection/azrcrv-loop-advert-injection.php')){
echo "<a href='admin.php?page=azrcrv-lai' class='azrcrv-plugin-index'>Loop Advert Injection</a>";
}
if (is_plugin_active('azrcrv-mobile-detection/azrcrv-mobile-detection.php')){
echo "<a href='admin.php?page=azrcrv-md' class='azrcrv-plugin-index'>Mobile Detection</a>";
}
Expand Down Expand Up @@ -119,7 +122,7 @@ function azrcrv_plugin_menu(){
echo "<a href='admin.php?page=azrcrv-sl' class='azrcrv-plugin-index'>Sidebar Login</a>";
}
if (is_plugin_active('azrcrv-snippets/azrcrv-snippets.php')){
echo "<a href='admin.php?page=azrcrv-sl' class='azrcrv-plugin-index'>Snippets</a>";
echo "<a href='admin.php?page=azrcrv-s' class='azrcrv-plugin-index'>Snippets</a>";
}
if (is_plugin_active('azrcrv-tag-cloud/azrcrv-tag-cloud.php')){
echo "<a href='admin.php?page=azrcrv-tc' class='azrcrv-plugin-index'>Tag Cloud</a>";
Expand Down Expand Up @@ -154,7 +157,7 @@ function azrcrv_plugin_menu(){
$countofplugins += 1;
}
if (!is_plugin_active('azrcrv-bbcode/azrcrv-bbcode.php')){
echo "<a href='https://development.azurecurve.co.uk/classicpress-plugins/bb-code/' class='azrcrv-plugin-index'>BBCode</a>";
echo "<a href='https://development.azurecurve.co.uk/classicpress-plugins/bbcode/' class='azrcrv-plugin-index'>BBCode</a>";
$countofplugins += 1;
}
if (!is_plugin_active('azrcrv-breadcrumbs/azrcrv-breadcrumbs.php')){
Expand Down Expand Up @@ -205,6 +208,10 @@ function azrcrv_plugin_menu(){
echo "<a href='https://development.azurecurve.co.uk/classicpress-plugins/insult-generator/' class='azrcrv-plugin-index'>Insult Generator</a>";
$countofplugins += 1;
}
if (!is_plugin_active('azrcrv-loop-advert-injection/azrcrv-loop-advert-injection.php')){
echo "<a href='https://development.azurecurve.co.uk/classicpress-plugins/loop-advert-injection/' class='azrcrv-plugin-index'>Loop Advert Injection</a>";
$countofplugins += 1;
}
if (!is_plugin_active('azrcrv-mobile-detection/azrcrv-mobile-detection.php')){
echo "<a href='https://development.azurecurve.co.uk/classicpress-plugins/mobile-detection/' class='azrcrv-plugin-index'>Mobile Detection</a>";
$countofplugins += 1;
Expand Down

0 comments on commit decf694

Please sign in to comment.