Just gave the fix another try using the Title_blue.ascx for comparison, but in my file the two lines u mention are already there.
The contents of my "Article.ascx" is this:
<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DROPDOWNACTIONS" Src="~/admin/Containers/dropdownactions.ascx" %>
<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON" Src="~/Admin/Containers/ActionButton.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/admin/Containers/visibility.ascx" %>
DisplayIcon="True" DisplayLink="True" />
DisplayIcon="True" DisplayLink="True" />
DisplayIcon="True" DisplayLink="True" />
I cant really see where its supposed to go wrong, besides the print icon shows up perfectly when logged in as admin or host, but when not logged in, its long gone and i dont really see anywhere in the container file where thats happening?