Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hello,
I am trying to follow the tutorial about using nested_pages to get my menu working.
I finally figured out how to get it to fall in line with my css.
Now I am trying to make the menu labels highlight when selected. It works great for submenu's below home, but I can't get home to only be highlighted when ON home. I'm not using Superfish, so I am not sure what the difference is. I have unclicked the box on Home to "Mark as selected" but it didn't do anything, so I am trying the code below, but home is always highlighted:
Code: Select all
 <div id="mainMenu">
<ul>
<cms:nested_pages masterpage='index.php'>
   <li><a href="<cms:show k_nestedpage_link />" <cms:if k_is_current || k_is_active> class="selected"</cms:if> ><span><cms:show k_nestedpage_title /></span></a>
   <cms:if k_level='1' && k_total_children!='0'><ul></cms:if>
   <cms:if k_level='1' && k_total_children='0'></li></cms:if>
   <cms:if k_last_child='1' && k_level!='1' && k_level!='0'></li></ul></li></cms:if>
</cms:nested_pages>
</ul>

</div>

I also tried: <cms:if k_is_current || (k_is_active && k_level!='0'> class="selected"</cms:if>
But then Home never highlights...any ideas?
Hi,

Before I get to the problem per se, please allow me to inform you that the markup your code is generating is invalid - not surprising as indeed the nesting of <UL> and <LI> can get real convoluted.

I suggest you please try using the following recommended method (from docs - http://docs.couchcms.com/tags-reference ... pages.html)
Code: Select all
<cms:nested_pages masterpage='index.php' extended_info='1' >
   <cms:if k_level_start >
        <ul>
   </cms:if>

   <cms:if k_element_start >
      <li>
      <a href="<cms:show k_menu_link />" class="<cms:if k_is_current>current</cms:if><cms:if k_is_active> active</cms:if>">
        <cms:show k_menu_title />
      </a>
   </cms:if>

   <cms:if k_element_end ></li></cms:if>
   <cms:if k_level_end ></ul></cms:if>
</cms:nested_pages>

OK, in the code above I am using 'k_is_current' and 'k_is_active' separately (as opposed to in your code where the two were clubbed together with a logical OR '||"). This should help you in spotting the trouble.

The 'current' page is the exact page being visited. The 'active' are all the pages leading up to that page (including the current page itself). Since the 'Home' in your case probably is the parent page of all the sub-pages, it will always be 'active' and so will be highlighted is a OR '||' is used.

With this info, I hope you'd be able to tweak the logic to fit your use-case.

Hope this helps.
Thank you, I made Home not be the parent of the other options and everything else started falling into place.
I never did get Home to be selected (and thus glow in my menu)
And if i turn on prettyURLs, no pages have k_is_selected or k_is_active.
I'm certain I'm missing something simple.
PrettyURLs off nested dump:
Code: Select all
Home
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 19
k_nestedpage_name: home
k_nestedpage_title: Home
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 2
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/
k_open_external: 0
k_masquerades: 0
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 1
k_last_child: 0
k_total_siblings: 9
k_pos: 0
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=19
k_menu_link: http://www.drpatmcc.com/
k_menu_title: Home
k_folder: 1
  |  About Us
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 20
k_nestedpage_name: about-us
k_nestedpage_title: About Us
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 3
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/aboutus.php?p=8
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 5
k_total_children: 5
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 1
k_immediate_children_orig: 5
k_total_children_orig: 5
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=20
k_menu_link: http://www.drpatmcc.com/index.php?p=20
k_menu_title: About Us
k_folder: 1
  |  Leadership
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 27
k_nestedpage_name: leadership
k_nestedpage_title: Leadership
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 1
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/leadership.php?p=15
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 1
k_last_child: 0
k_total_siblings: 5
k_pos: 0
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=27
k_menu_link: http://www.drpatmcc.com/index.php?p=27
k_menu_title: Leadership
k_folder: 1
  |  Our History
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 28
k_nestedpage_name: our-history
k_nestedpage_title: Our History
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 2
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/history.php?p=13
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 5
k_pos: 1
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=28
k_menu_link: http://www.drpatmcc.com/index.php?p=28
k_menu_title: Our History
k_folder: 1
  |  Key Facts & Figures
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 29
k_nestedpage_name: key-facts-figures
k_nestedpage_title: Key Facts & Figures
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 3
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/keyfacts.php?p=14
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 5
k_pos: 2
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=29
k_menu_link: http://www.drpatmcc.com/index.php?p=29
k_menu_title: Key Facts & Figures
k_folder: 1
  |  Training
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 30
k_nestedpage_name: training
k_nestedpage_title: Training
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 4
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/training.php?p=4
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 5
k_pos: 3
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=30
k_menu_link: http://www.drpatmcc.com/index.php?p=30
k_menu_title: Training
k_folder: 1
  |  Quality Control & Continuous Improvement
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 31
k_nestedpage_name: quality-control
k_nestedpage_title: Quality Control & Continuous Improvement
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 5
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/qualitycontrol.php?p=17
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 1
k_total_siblings: 5
k_pos: 4
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=31
k_menu_link: http://www.drpatmcc.com/index.php?p=31
k_menu_title: Quality Control & Continuous Improvement
k_folder: 1
  |  Services
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 21
k_nestedpage_name: our-services
k_nestedpage_title: Services
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 4
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/services.php
k_open_external: 0
k_masquerades: 1
k_is_active: 1
k_is_current: 1
k_immediate_children: 3
k_total_children: 3
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 2
k_immediate_children_orig: 3
k_total_children_orig: 3
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=21
k_menu_link: http://www.drpatmcc.com/index.php?p=21
k_menu_title: Services
k_folder: 1
  |  Component Repair & Overhaul
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 32
k_nestedpage_name: component-repair-overhaul
k_nestedpage_title: Component Repair & Overhaul
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 21
k_nestedpage_weight: 1
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/comprepovh.php?p=10
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 1
k_last_child: 0
k_total_siblings: 3
k_pos: 0
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 3
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=32
k_menu_link: http://www.drpatmcc.com/index.php?p=32
k_menu_title: Component Repair & Overhaul
k_folder: 1
  |  Manufacturing
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 33
k_nestedpage_name: manufacturing
k_nestedpage_title: Manufacturing
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 21
k_nestedpage_weight: 2
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/manufacturing.php?p=5
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 3
k_pos: 1
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 3
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=33
k_menu_link: http://www.drpatmcc.com/index.php?p=33
k_menu_title: Manufacturing
k_folder: 1
  |  Engineering
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 34
k_nestedpage_name: engineering
k_nestedpage_title: Engineering
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 21
k_nestedpage_weight: 3
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/engineering.php?p=12
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 1
k_total_siblings: 3
k_pos: 2
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 3
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=34
k_menu_link: http://www.drpatmcc.com/index.php?p=34
k_menu_title: Engineering
k_folder: 1
  |  Certifications
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 24
k_nestedpage_name: certs
k_nestedpage_title: Certifications
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 5
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/certifications.php?p=9
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 3
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=24
k_menu_link: http://www.drpatmcc.com/index.php?p=24
k_menu_title: Certifications
k_folder: 1
  |  News Releases
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 25
k_nestedpage_name: news
k_nestedpage_title: News Releases
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 6
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/news.php?p=6
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 4
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=25
k_menu_link: http://www.drpatmcc.com/index.php?p=25
k_menu_title: News Releases
k_folder: 1
  |  Activity Feed
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 26
k_nestedpage_name: activities
k_nestedpage_title: Activity Feed
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 7
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/events.php
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 5
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=26
k_menu_link: http://www.drpatmcc.com/index.php?p=26
k_menu_title: Activity Feed
k_folder: 1
  |  Careers
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 22
k_nestedpage_name: careers
k_nestedpage_title: Careers
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 8
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/careers.php?p=7
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 6
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=22
k_menu_link: http://www.drpatmcc.com/index.php?p=22
k_menu_title: Careers
k_folder: 1
  |  Contact Us
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 23
k_nestedpage_name: contact-us
k_nestedpage_title: Contact Us
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 9
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/contactus.php?p=11
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 1
k_total_siblings: 9
k_pos: 7
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/index.php?p=23
k_menu_link: http://www.drpatmcc.com/index.php?p=23
k_menu_title: Contact Us
k_folder: 1

PrettyUrls On (services page again)
Code: Select all
Home
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 19
k_nestedpage_name: home
k_nestedpage_title: Home
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 2
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/
k_open_external: 0
k_masquerades: 0
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 1
k_last_child: 0
k_total_siblings: 9
k_pos: 0
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/home/
k_menu_link: http://www.drpatmcc.com/
k_menu_title: Home
k_folder: 1
  |  About Us
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 20
k_nestedpage_name: about-us
k_nestedpage_title: About Us
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 3
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/aboutus.php?p=8
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 5
k_total_children: 5
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 1
k_immediate_children_orig: 5
k_total_children_orig: 5
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/about-us/
k_menu_link: http://www.drpatmcc.com/about-us/
k_menu_title: About Us
k_folder: 1
  |  Leadership
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 27
k_nestedpage_name: leadership
k_nestedpage_title: Leadership
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 1
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/leadership.php?p=15
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 1
k_last_child: 0
k_total_siblings: 5
k_pos: 0
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/about-us/leadership/
k_menu_link: http://www.drpatmcc.com/about-us/leadership/
k_menu_title: Leadership
k_folder: 1
  |  Our History
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 28
k_nestedpage_name: our-history
k_nestedpage_title: Our History
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 2
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/history.php?p=13
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 5
k_pos: 1
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/about-us/our-history/
k_menu_link: http://www.drpatmcc.com/about-us/our-history/
k_menu_title: Our History
k_folder: 1
  |  Key Facts & Figures
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 29
k_nestedpage_name: key-facts-figures
k_nestedpage_title: Key Facts & Figures
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 3
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/keyfacts.php?p=14
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 5
k_pos: 2
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/about-us/key-facts-figures/
k_menu_link: http://www.drpatmcc.com/about-us/key-facts-figures/
k_menu_title: Key Facts & Figures
k_folder: 1
  |  Training
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 30
k_nestedpage_name: training
k_nestedpage_title: Training
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 4
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/training.php?p=4
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 5
k_pos: 3
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/about-us/training/
k_menu_link: http://www.drpatmcc.com/about-us/training/
k_menu_title: Training
k_folder: 1
  |  Quality Control & Continuous Improvement
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 31
k_nestedpage_name: quality-control
k_nestedpage_title: Quality Control & Continuous Improvement
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 20
k_nestedpage_weight: 5
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/qualitycontrol.php?p=17
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 1
k_total_siblings: 5
k_pos: 4
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 5
k_nestedpage_link: http://www.drpatmcc.com/about-us/quality-control/
k_menu_link: http://www.drpatmcc.com/about-us/quality-control/
k_menu_title: Quality Control & Continuous Improvement
k_folder: 1
  |  Services
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 21
k_nestedpage_name: our-services
k_nestedpage_title: Services
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 4
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/services.php?p=37
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 3
k_total_children: 3
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 2
k_immediate_children_orig: 3
k_total_children_orig: 3
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/our-services/
k_menu_link: http://www.drpatmcc.com/our-services/
k_menu_title: Services
k_folder: 1
  |  Component Repair & Overhaul
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 32
k_nestedpage_name: component-repair-overhaul
k_nestedpage_title: Component Repair & Overhaul
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 21
k_nestedpage_weight: 1
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/comprepovh.php?p=10
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 1
k_last_child: 0
k_total_siblings: 3
k_pos: 0
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 3
k_nestedpage_link: http://www.drpatmcc.com/our-services/component-repair-overhaul/
k_menu_link: http://www.drpatmcc.com/our-services/component-repair-overhaul/
k_menu_title: Component Repair & Overhaul
k_folder: 1
  |  Manufacturing
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 33
k_nestedpage_name: manufacturing
k_nestedpage_title: Manufacturing
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 21
k_nestedpage_weight: 2
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/manufacturing.php?p=5
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 3
k_pos: 1
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 3
k_nestedpage_link: http://www.drpatmcc.com/our-services/manufacturing/
k_menu_link: http://www.drpatmcc.com/our-services/manufacturing/
k_menu_title: Manufacturing
k_folder: 1
  |  Engineering
nested_pages
k_show_extended_info: 0
k_level: 1
k_nestedpage_id: 34
k_nestedpage_name: engineering
k_nestedpage_title: Engineering
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: 21
k_nestedpage_weight: 3
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/engineering.php?p=12
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 1
k_total_siblings: 3
k_pos: 2
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 3
k_nestedpage_link: http://www.drpatmcc.com/our-services/engineering/
k_menu_link: http://www.drpatmcc.com/our-services/engineering/
k_menu_title: Engineering
k_folder: 1
  |  Certifications
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 24
k_nestedpage_name: certs
k_nestedpage_title: Certifications
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 5
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/certifications.php?p=9
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 3
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/certs/
k_menu_link: http://www.drpatmcc.com/certs/
k_menu_title: Certifications
k_folder: 1
  |  News Releases
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 25
k_nestedpage_name: news
k_nestedpage_title: News Releases
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 6
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/news.php?p=6
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 4
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/news/
k_menu_link: http://www.drpatmcc.com/news/
k_menu_title: News Releases
k_folder: 1
  |  Activity Feed
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 26
k_nestedpage_name: activities
k_nestedpage_title: Activity Feed
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 7
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/events.php
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 5
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/activities/
k_menu_link: http://www.drpatmcc.com/activities/
k_menu_title: Activity Feed
k_folder: 1
  |  Careers
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 22
k_nestedpage_name: careers
k_nestedpage_title: Careers
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 8
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/careers.php?p=7
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 0
k_total_siblings: 9
k_pos: 6
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/careers/
k_menu_link: http://www.drpatmcc.com/careers/
k_menu_title: Careers
k_folder: 1
  |  Contact Us
nested_pages
k_show_extended_info: 0
k_level: 0
k_nestedpage_id: 23
k_nestedpage_name: contact-us
k_nestedpage_title: Contact Us
k_nestedpage_is_active: 1
k_nestedpage_comments_count: 0
k_nestedpage_parent_id: -1
k_nestedpage_weight: 9
k_show_in_menu: 1
k_menu_text:
k_is_pointer: 1
k_pointer_link: http://www.drpatmcc.com/contactus.php?p=11
k_open_external: 0
k_masquerades: 1
k_is_active: 0
k_is_current: 0
k_immediate_children: 0
k_total_children: 0
k_first_child: 0
k_last_child: 1
k_total_siblings: 9
k_pos: 7
k_immediate_children_orig: 0
k_total_children_orig: 0
k_total_siblings_orig: 9
k_nestedpage_link: http://www.drpatmcc.com/contact-us/
k_menu_link: http://www.drpatmcc.com/contact-us/
k_menu_title: Contact Us
k_folder: 1
4 posts Page 1 of 1